summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-15 20:16:35 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-15 21:08:22 -0400
commit1a9736b35db944f73a95bf98d800ebae8e435a92 (patch)
treee9e86667a476c73bc0fe16e200cc00dac8940a22 /src/options
parent22c89dae0078a89b2c95d07c98e7ae29b5586ebd (diff)
Careful there aren't too many "success" messages with --tear-down-incremental (can confuse trace runner).
Diffstat (limited to 'src/options')
-rw-r--r--src/options/base_options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/base_options b/src/options/base_options
index ed94e68f6..ee15238c8 100644
--- a/src/options/base_options
+++ b/src/options/base_options
@@ -128,7 +128,7 @@ option - trace -t --trace=TAG argument :handler CVC4::options::addTraceTag
option - debug -d --debug=TAG argument :handler CVC4::options::addDebugTag
debug something (e.g. -d arith), can repeat
-option printSuccess print-success --print-success bool :predicate CVC4::options::setPrintSuccess :predicate-include "options/base_options_handlers.h"
+option printSuccess print-success --print-success bool :predicate CVC4::options::setPrintSuccess :predicate-include "options/base_options_handlers.h" :read-write
print the "success" output required of SMT-LIBv2
alias --smtlib-strict = --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success --incremental --abstract-values
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback