More preparation for CASC proofs. Minor fix for sort inference (rewrite new assertio...
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sun, 11 May 2014 19:36:50 +0000 (14:36 -0500)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sun, 11 May 2014 19:36:50 +0000 (14:36 -0500)
commit0b2f9943d55152e0958369083649dd71340864c9
treecd040f1dd12816c6af37548597bd674cafb45271
parent8ebd49cb903ba19f9330820d02af08e226c9b791
More preparation for CASC proofs.  Minor fix for sort inference (rewrite new assertions).  Bug fix for ambqi : simplify correctly for multi-sorted case.  Bug fix for fmc : only do exh-simplification for uninterpreted sorts, ensure reps are enumerated for quantification over Real.
30 files changed:
contrib/run-script-cascj7-fnt
contrib/run-script-cascj7-fof
contrib/run-script-cascj7-tff
src/Makefile.am
src/expr/command.cpp
src/expr/command.h
src/main/command_executor.cpp
src/printer/model_format_mode.cpp [deleted file]
src/printer/model_format_mode.h [deleted file]
src/printer/modes.cpp [new file with mode: 0644]
src/printer/modes.h [new file with mode: 0644]
src/printer/options
src/printer/options_handlers.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/quantifiers/ambqi_builder.cpp
src/theory/quantifiers/ambqi_builder.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/full_model_check.cpp
src/theory/quantifiers/inst_match.cpp
src/theory/quantifiers/inst_match.h
src/theory/quantifiers/instantiation_engine.cpp
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/rep_set.cpp
src/theory/rep_set.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_model.cpp
src/util/sort_inference.cpp