summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-05-09 09:33:22 -0500
committerGitHub <noreply@github.com>2019-05-09 09:33:22 -0500
commit9e26baaaa717a5075984c63878e8bc1aa4e78b16 (patch)
tree91a0297c538928289b068e28550cbb98602c492f /src/options
parent1694c6b45dfa02ca22146755c89078bfa6b851ef (diff)
Fixes for relational triggers (#2967)
Diffstat (limited to 'src/options')
-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 0a69178b3..66bd265d8 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 = "false"
+ default = "true"
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