summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
authorPaulMeng <baolmeng@gmail.com>2018-05-09 07:41:52 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-09 07:41:52 -0500
commitb8cc1e7e409d5691a6ba29dd369461ff02ef265f (patch)
tree4c92a8908d4660a10ebe93b064c632226d111002 /src/options/smt_options.toml
parent08ddea9c91fc5c481642c4911d4af562ac2a88e1 (diff)
Add the symmetry breaker module (#1847)
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 73cb87dd4..822f5c022 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -342,15 +342,15 @@ 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"
+ name = "symmetryBreakerExp"
category = "regular"
- long = "symmetry-detect"
+ long = "symmetry-breaker-exp"
type = "bool"
default = "false"
- help = "compute symmetries in the input as a preprocessing pass"
-
+ help = "generate symmetry breaking constraints after symmetry detection"
+
[[option]]
name = "incrementalSolving"
category = "common"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback