* Option --no-type-checking now disables type checks in SmtEngine
authorChristopher L. Conway <christopherleeconway@gmail.com>
Thu, 21 Oct 2010 22:51:30 +0000 (22:51 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Thu, 21 Oct 2010 22:51:30 +0000 (22:51 +0000)
commit22f47a144520f39801abb3acacbf3639886b0478
tree13a5808dac1f0a946e1a14c414a45f16b2a6b00e
parent91829206b4783a532453eab3c69de83b8b510286
* Option --no-type-checking now disables type checks in SmtEngine
* Adding options --lazy-type-checking and --eager-type-checking
  to control type checking in NodeBuilder, which can now be enabled
  in production mode and disabled in debug mode
* Option --no-checking implies --no-type-checking
* Adding constructor SmtEngine(ExprManager* em) that uses default options
14 files changed:
src/expr/node_builder.h
src/main/getopt.cpp
src/main/main.cpp
src/main/usage.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/sat.h
src/smt/options.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
test/unit/theory/shared_term_manager_black.h
test/unit/theory/theory_engine_white.h