Simplify interface for computing relevant terms. (#4966)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 31 Aug 2020 19:24:27 +0000 (14:24 -0500)
committerGitHub <noreply@github.com>
Mon, 31 Aug 2020 19:24:27 +0000 (12:24 -0700)
commit7b3b19f73ceb2168ced48d07a590c0f3be82a8d4
treea2ca8f1cae261c87ea659c2d8f36a8090475e88d
parent57a02fd0c7faa7a87b8619d52cf519e033633c1d
Simplify interface for computing relevant terms. (#4966)

This is a followup to #4945 which simplifies the contract for computeRelevantTerms.
16 files changed:
src/theory/arith/theory_arith_private.cpp
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/bv/bitblast/lazy_bitblaster.cpp
src/theory/bv/bv_subtheory_algebraic.cpp
src/theory/bv/bv_subtheory_core.cpp
src/theory/datatypes/theory_datatypes.cpp
src/theory/datatypes/theory_datatypes.h
src/theory/fp/theory_fp.cpp
src/theory/sets/theory_sets.cpp
src/theory/sets/theory_sets.h
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/strings/theory_strings.cpp
src/theory/theory.cpp
src/theory/theory.h