More complete guess instantiation strategy, cvc4 now typically times out instead...
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sun, 9 Feb 2014 22:14:31 +0000 (16:14 -0600)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sun, 9 Feb 2014 22:14:42 +0000 (16:14 -0600)
commit19697d530ae6eaf0165270bc3628f76124a45953
treebaa129ef51cc45295dc9f2f7cc176ca27768f4f9
parentb3f5d2860747c2608c0d765d105c8dd32ee57e1d
More complete guess instantiation strategy, cvc4 now typically times out instead of answering unknown for benchmarks with quantifiers.  Modified regressions accordingly.  Minor fix for QCF regarding variable ordering.  Improved relevant domain computation.  Minor optimization for --mbqi=fmc
14 files changed:
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/inst_strategy_e_matching.cpp
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/relevant_domain.h
test/regress/regress0/bug512.minimized.smt2
test/regress/regress0/bug519.smt2
test/regress/regress0/decision/Makefile.am
test/regress/regress0/quantifiers/Makefile.am
test/regress/regress0/quantifiers/ex1.smt2 [deleted file]
test/regress/regress0/quantifiers/ex1.smt2.expect [deleted file]
test/regress/regress0/quantifiers/ex7.smt2 [deleted file]
test/regress/regress0/quantifiers/ex7.smt2.expect [deleted file]