summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
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/options/smt_options.toml
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/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 676e01484..67829ede8 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -384,14 +384,6 @@ header = "options/smt_options.h"
help = "calculate sort inference of input problem, convert the input based on monotonic sorts"
[[option]]
- name = "symmetryBreakerExp"
- category = "regular"
- long = "symmetry-breaker-exp"
- type = "bool"
- default = "false"
- help = "generate symmetry breaking constraints after symmetry detection"
-
-[[option]]
name = "incrementalSolving"
category = "common"
short = "i"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback