summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-09 16:54:02 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-09 16:54:02 +0000
commit5f2ababa9d26f94e8438dc1d17b60781fcaa8522 (patch)
tree49fe13d4d005b32bd8189f3b4a152bf508e02e02
parentf1352c1aa3cfd119f9f8f595d50eacf531b1513b (diff)
usability: remove --no-interactive from --smtlib option
-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 9f0ccc9a5..573a11d29 100644
--- a/src/options/base_options
+++ b/src/options/base_options
@@ -125,7 +125,7 @@ option - debug -d --debug=TAG argument :handler CVC4::options::addDebugTag
option printSuccess print-success --print-success bool :predicate CVC4::options::setPrintSuccess :predicate-include "options/base_options_handlers.h"
print the "success" output required of SMT-LIBv2
-alias --smtlib = --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success --incremental --no-interactive
+alias --smtlib = --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success --incremental
SMT-LIBv2 compliance mode (implies other options)
undocumented-alias --smtlib2 = --smtlib
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback