Improvements to handling of mixed Int/Real quantifiers.
authorajreynol <andrew.j.reynolds@gmail.com>
Sat, 31 Oct 2015 09:00:52 +0000 (10:00 +0100)
committerajreynol <andrew.j.reynolds@gmail.com>
Sat, 31 Oct 2015 09:00:52 +0000 (10:00 +0100)
commit5bc200446b4165814db47e6e3639972af31ad0a6
tree6a62e2f1296468b286b7bc513d448ca29ec353e1
parentb035877b01e8b8c2ea902d9f3732cf84bfed0fdf
Improvements to handling of mixed Int/Real quantifiers.
18 files changed:
src/theory/quantifiers/candidate_generator.cpp
src/theory/quantifiers/ceg_instantiator.cpp
src/theory/quantifiers/ceg_instantiator.h
src/theory/quantifiers/inst_match_generator.cpp
src/theory/quantifiers/inst_match_generator.h
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_util.cpp
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers/trigger.cpp
src/theory/quantifiers/trigger.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
test/regress/regress0/quantifiers/Makefile.am
test/regress/regress0/quantifiers/mix-coeff.smt2 [new file with mode: 0644]
test/regress/regress0/quantifiers/mix-match.smt2 [new file with mode: 0644]
test/regress/regress0/quantifiers/mix-simp.smt2 [new file with mode: 0644]