summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-05-10 10:51:24 -0500
committerGitHub <noreply@github.com>2019-05-10 10:51:24 -0500
commit3b407342c06d89910e19373e3c486155464843a7 (patch)
treeb9ae502e6cf5f5dd5124bcf1484719ef49f584ad
parent9e26baaaa717a5075984c63878e8bc1aa4e78b16 (diff)
Disable relational triggers (#2994)
-rw-r--r--src/options/quantifiers_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 66bd265d8..0a69178b3 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -247,7 +247,7 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "relational-triggers"
type = "bool"
- default = "true"
+ default = "false"
read_only = true
help = "choose relational triggers such as x = f(y), x >= f(y)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback