summaryrefslogtreecommitdiff
path: root/src/smt/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/options')
-rw-r--r--src/smt/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/options b/src/smt/options
index 05a138f60..458f42d6a 100644
--- a/src/smt/options
+++ b/src/smt/options
@@ -36,7 +36,7 @@ option produceAssignments produce-assignments --produce-assignments bool :defaul
# This could go in src/main/options, but by SMT-LIBv2 spec, "interactive"
# is a mode in which the assertion list must be kept. So it belongs here.
-common-option interactive interactive-mode --interactive bool :read-write
+common-option interactive interactive-mode --interactive bool :predicate CVC4::smt::beforeSearch :predicate-include "smt/options_handlers.h" :read-write
force interactive mode
option doITESimp --ite-simp bool :read-write
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback