Implement dynamic splitting for quantified formulas. Minor refactoring of reductions...
authorajreynol <andrew.j.reynolds@gmail.com>
Fri, 19 Feb 2016 04:50:05 +0000 (22:50 -0600)
committerajreynol <andrew.j.reynolds@gmail.com>
Fri, 19 Feb 2016 04:50:05 +0000 (22:50 -0600)
commitf47f24528f5d19ac0affd572f3d34c090e97f9f9
tree6a21c1964d862f99d9137f968881a0da33c59d1d
parent793361d81f0766c6a28ff699ed5447d9b8f8c123
Implement dynamic splitting for quantified formulas.  Minor refactoring of reductions in quantifiers engine.
20 files changed:
src/Makefile.am
src/expr/datatype.cpp
src/options/options_handler.cpp
src/options/options_handler.h
src/options/quantifiers_modes.h
src/options/quantifiers_options
src/smt/smt_engine.cpp
src/theory/quantifiers/alpha_equivalence.cpp
src/theory/quantifiers/alpha_equivalence.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/quantifiers/local_theory_ext.cpp
src/theory/quantifiers/local_theory_ext.h
src/theory/quantifiers/quant_split.cpp [new file with mode: 0644]
src/theory/quantifiers/quant_split.h [new file with mode: 0644]
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
test/regress/regress0/fmf/Makefile.am
test/regress/regress0/fmf/datatypes-ufinite.smt2 [new file with mode: 0644]