summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
authorPaulMeng <baolmeng@gmail.com>2018-04-20 10:15:00 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-20 10:15:00 -0500
commitadc22697d4c44c54993aa2048dcbd705cbebd466 (patch)
tree1a4ebb511ac135bc54d35524fc7d6975dfb750b8 /src/options/smt_options.toml
parentb384376e687f53bea69b4fdaa11898a52e0f471f (diff)
Symmetry detection module (#1749)
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index a9093b894..e7a385a42 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -342,6 +342,14 @@ header = "options/smt_options.h"
type = "bool"
default = "false"
help = "calculate sort inference of input problem, convert the input based on monotonic sorts"
+
+[[option]]
+ name = "symmetryDetect"
+ category = "regular"
+ long = "symmetry-detect"
+ type = "bool"
+ default = "false"
+ help = "compute symmetries in the input as a preprocessing pass"
[[option]]
name = "incrementalSolving"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback