summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-11 13:01:42 -0500
committerGitHub <noreply@github.com>2020-03-11 11:01:42 -0700
commit8a56e62da0a8940f0ae1ee9575398e5f21660097 (patch)
tree81a1610923265f0ece570f47edd964ac531776e6 /src/CMakeLists.txt
parentac5ef49e14154daee4200783b57584febb726a4e (diff)
Remove experimental symmetry breaker (#4005)
This never impacted performance positively. Fixes #3997 and fixes #4015. There was a folder that the symmetry breaker was used on regress1/sym. These are simple examples that show when it is possible to find symmetries in SMT; the symmetry breaker is not critical for solving these. For now I'm leaving them as regressions documenting possible benchmarks to target if we revisit this technique.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0908b5b68..bb2b95960 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -92,10 +92,6 @@ libcvc4_add_sources(
preprocessing/passes/static_learning.h
preprocessing/passes/sygus_inference.cpp
preprocessing/passes/sygus_inference.h
- preprocessing/passes/symmetry_breaker.cpp
- preprocessing/passes/symmetry_breaker.h
- preprocessing/passes/symmetry_detect.cpp
- preprocessing/passes/symmetry_detect.h
preprocessing/passes/synth_rew_rules.cpp
preprocessing/passes/synth_rew_rules.h
preprocessing/passes/theory_preprocess.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback