summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2021-04-09 11:01:23 -0700
committerGitHub <noreply@github.com>2021-04-09 13:01:23 -0500
commit9ece5fa56493692aff1a17c73e0039fd1b232a06 (patch)
treeff0783ad27e6eed8989cee105e9fdc76f8f58efd /test/regress/CMakeLists.txt
parent40abcb2a5cdd63b331446da6feae0148ad8bb2c5 (diff)
Learn equalities involving Boolean variables (#6323)
Previously, the circuit propagator was not learning literals of the form (= x t) where x is Boolean, since this term was not treated as a theory literal. This commit changes that, which improves performance significantly, since it allows the elimination of Boolean variables, which, in turn, can make the justification heuristic much more effective. Signed-off-by: Andres Noetzli noetzli@amazon.com
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 048372c69..38748b757 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1581,7 +1581,6 @@ set(regress_1_tests
regress1/nl/disj-eval.smt2
regress1/nl/dist-big.smt2
regress1/nl/div-mod-partial.smt2
- regress1/nl/dumortier_llibre_artes_ex_5_13.transcendental.k2.smt2
regress1/nl/exp-4.5-lt.smt2
regress1/nl/exp-approx.smt2
regress1/nl/exp-soundness-bound.smt2
@@ -2541,6 +2540,8 @@ set(regression_disabled_tests
regress1/ho/hoa0102.smt2
# slow on some builds after changes to tangent planes
regress1/nl/approx-sqrt-unsat.smt2
+ # times out after update to circuit propagator
+ regress1/nl/dumortier_llibre_artes_ex_5_13.transcendental.k2.smt2
# times out after update to tangent planes
regress1/nl/NAVIGATION2.smt2
# sat or unknown in different builds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback