From 3b407342c06d89910e19373e3c486155464843a7 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 10 May 2019 10:51:24 -0500 Subject: [PATCH] Disable relational triggers (#2994) --- src/options/quantifiers_options.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.30.2