summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-30 22:28:06 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-30 22:28:06 +0000
commit94484dda2d3fa6595ea3f82583f33f9106403e3e (patch)
treebcdc5e8f876240b9c8282b96085fbf6a73647308
parentb59646b043cd6d33b48e012cd47dc920d309a002 (diff)
renaming --smtlib to --smtlib-strict; removing --smtlib2 option
-rw-r--r--src/options/base_options3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options/base_options b/src/options/base_options
index b4cc473eb..71754cca5 100644
--- a/src/options/base_options
+++ b/src/options/base_options
@@ -125,8 +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 --abstract-values
+alias --smtlib-strict = --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success --incremental --abstract-values
SMT-LIBv2 compliance mode (implies other options)
-undocumented-alias --smtlib2 = --smtlib
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback