* re-enable some Z3 extended commands:
authorMorgan Deters <mdeters@gmail.com>
Tue, 2 Oct 2012 22:13:12 +0000 (22:13 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 2 Oct 2012 22:13:12 +0000 (22:13 +0000)
commitb8a010d260c90efa5433a71dd317a03f051c2592
tree40f716a0895d2302954b79de45893368af942723
parent6e283659af0f95505e92a1826953509537f9d216
* re-enable some Z3 extended commands:
  declare-const
  declare-funs
  declare-preds
  define
  simplify

* don't output --help on bad options, just invite user to try --help

* Datatypes from SMT2 parser now name the tester is-cons (e.g.)

* unknown results produce models, --check-model doesn't fail hard for
  incorrect unknown models.  removed the assert that kept arithmetic
  from producing models if it saw nonlinear

(this commit was certified error- and warning-free by the test-and-commit script.)
RELEASE-NOTES
src/main/main.cpp
src/parser/smt2/Smt2.g
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/arith/theory_arith.cpp