add --incremental to --smtlib2 compliance mode (thanks Peter Collingbourne)
authorMorgan Deters <mdeters@gmail.com>
Thu, 6 Sep 2012 00:53:18 +0000 (00:53 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 6 Sep 2012 00:53:18 +0000 (00:53 +0000)
src/options/base_options

index 59fadf40bbd948a7a2d5c3714f15f2a53379113e..df8852cefde0efe7b67394be1c113ee3b1020a8b 100644 (file)
@@ -104,7 +104,7 @@ option - -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 --smtlib2 = --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success
+alias --smtlib2 = --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success --incremental
  SMT-LIBv2 compliance mode (implies other options)
 
 endmodule