Improved compatibility layer, now supports quantifiers. Also incorporates
authorMorgan Deters <mdeters@gmail.com>
Tue, 28 Aug 2012 01:10:16 +0000 (01:10 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 28 Aug 2012 01:10:16 +0000 (01:10 +0000)
commitcf287f593931a1c4fc141e18845b4c5d36879889
tree4dad0f555b7db01fbeedcd9eace394cd8f7a0fb4
parentb7b1c1d99ffa333704af2c8ecd60b1af8833a28b
Improved compatibility layer, now supports quantifiers.  Also incorporates
numerous bugfixes, and the cvc3 system test is enabled.
23 files changed:
src/compat/cvc3_compat.cpp
src/compat/cvc3_compat.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/type.cpp
src/expr/type.h
src/expr/type_node.cpp
src/options/Makefile.am
src/options/base_options
src/options/base_options_handlers.h
src/options/option_exception.h
src/smt/options
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_options_template.cpp
src/theory/arrays/kinds
src/theory/arrays/theory_arrays_type_rules.h
src/theory/bv/kinds
src/util/Makefile.am
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.h
test/system/Makefile.am
test/system/cvc3_main.cpp