summaryrefslogtreecommitdiff
path: root/src/smt/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-11 15:07:38 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-11 17:38:30 -0400
commit01e3d838982658349f429063834379b7cda43dbc (patch)
tree2b3ab2c5d2f46727cf7f9790a868c3bb9dc0f3a8 /src/smt/options
parenta8efcd91a8f7dc107355f347996fb8dd3ba7e74a (diff)
Fix some Win32 and SMT-LIB compliance bugs discovered by David Cok.
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