Minor refactoring of entailment tests and quantifiers util. Initial draft of instanti...
authorajreynol <andrew.j.reynolds@gmail.com>
Sat, 9 Apr 2016 18:07:11 +0000 (13:07 -0500)
committerajreynol <andrew.j.reynolds@gmail.com>
Sat, 9 Apr 2016 18:07:11 +0000 (13:07 -0500)
commit67623ee1e6d62b36cb598c28ad9b871b6957a9dd
tree3ea7e16b6b1f8e2073ad9265741fa7853b63c0df
parent59b935c1af18ec51efacf87b0e45d9134d3aaa1e
Minor refactoring of entailment tests and quantifiers util. Initial draft of instantiation propagator.
15 files changed:
src/Makefile.am
src/options/quantifiers_options
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/inst_propagator.cpp [new file with mode: 0644]
src/theory/quantifiers/inst_propagator.h [new file with mode: 0644]
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_conflict_find.h
src/theory/quantifiers/quant_util.cpp
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h