Moving methods from quantifiers engine to quantifiers state (#5881)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 13 Feb 2021 14:42:36 +0000 (08:42 -0600)
committerGitHub <noreply@github.com>
Sat, 13 Feb 2021 14:42:36 +0000 (08:42 -0600)
commit0ff53d70b3e0a11e4ae5c1c8f612d809dca2d004
tree212f4f751615c5dbe4173c74ba52e60f708dfd3b
parent10f6aae991a550e2b970c6234ebdd75742d078dd
Moving methods from quantifiers engine to quantifiers state (#5881)

Towards eliminating dependencies on quantifiers engine.
13 files changed:
src/CMakeLists.txt
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/ematching/inst_strategy.cpp [new file with mode: 0644]
src/theory/quantifiers/ematching/inst_strategy.h
src/theory/quantifiers/ematching/inst_strategy_e_matching.cpp
src/theory/quantifiers/ematching/inst_strategy_e_matching_user.cpp
src/theory/quantifiers/ematching/inst_strategy_e_matching_user.h
src/theory/quantifiers/ematching/instantiation_engine.cpp
src/theory/quantifiers/inst_strategy_enumerative.cpp
src/theory/quantifiers/quantifiers_state.cpp
src/theory/quantifiers/quantifiers_state.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h