Remove quant EPR option (#5716)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 23 Dec 2020 21:26:24 +0000 (15:26 -0600)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 21:26:24 +0000 (15:26 -0600)
commit42f51547174e2644a244464c170115ff3b2bc22f
treeb543f43a40c7bcae87b87ccf24c8c5f85140edd3
parent5ef950054212a5fb9759c9137888f95bcadb05fd
Remove quant EPR option (#5716)

This was an experimental option used in combination with separation logic.
14 files changed:
src/CMakeLists.txt
src/options/quantifiers_options.toml
src/smt/set_defaults.cpp
src/theory/quantifiers/cegqi/ceg_epr_instantiator.cpp [deleted file]
src/theory/quantifiers/cegqi/ceg_epr_instantiator.h [deleted file]
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/quant_epr.cpp [deleted file]
src/theory/quantifiers/quant_epr.h [deleted file]
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/sep/theory_sep.cpp
src/theory/sep/theory_sep.h
test/regress/CMakeLists.txt