(Refactor) Instantiate utility (#1387)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 25 Nov 2017 01:08:41 +0000 (19:08 -0600)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2017 01:08:41 +0000 (19:08 -0600)
commit3ab0db55341e7e752411bb003fb203fcd9ec9120
treedf79841a5e8244ea159ccc4a5e32c9e9d5fee2dc
parentbb095659fb12e3733a73f1be31769ff5b5eb6055
(Refactor) Instantiate utility (#1387)
33 files changed:
src/Makefile.am
src/theory/quantifiers/ambqi_builder.cpp
src/theory/quantifiers/candidate_generator.cpp
src/theory/quantifiers/ce_guided_conjecture.cpp
src/theory/quantifiers/ce_guided_single_inv.h
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/full_model_check.cpp
src/theory/quantifiers/ho_trigger.cpp
src/theory/quantifiers/inst_match.cpp
src/theory/quantifiers/inst_match.h
src/theory/quantifiers/inst_match_generator.cpp
src/theory/quantifiers/inst_match_generator.h
src/theory/quantifiers/inst_match_trie.cpp [new file with mode: 0644]
src/theory/quantifiers/inst_match_trie.h [new file with mode: 0644]
src/theory/quantifiers/inst_propagator.cpp
src/theory/quantifiers/inst_propagator.h
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/quantifiers/inst_strategy_enumerative.cpp
src/theory/quantifiers/instantiate.cpp [new file with mode: 0644]
src/theory/quantifiers/instantiate.h [new file with mode: 0644]
src/theory/quantifiers/model_builder.cpp
src/theory/quantifiers/model_engine.cpp
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/quantifiers_attributes.cpp
src/theory/quantifiers/quantifiers_attributes.h
src/theory/quantifiers/rewrite_engine.cpp
src/theory/quantifiers/skolemize.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_util.h
src/theory/quantifiers/trigger.cpp
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h