Pass term registry to quantifiers modules (#6216)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 26 Mar 2021 16:47:22 +0000 (11:47 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 16:47:22 +0000 (11:47 -0500)
commit72f70f1573651bcbf5f327c7a3411ece0e607e3f
treed2e57f33fdbb6a260b0f523aa4cf2b621474e374
parentfa6c3db414d27f47e0bee55480df939e78c14eb3
Pass term registry to quantifiers modules (#6216)
24 files changed:
src/theory/datatypes/sygus_extension.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.h
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/conjecture_generator.h
src/theory/quantifiers/ematching/instantiation_engine.cpp
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/quantifiers/fmf/model_engine.h
src/theory/quantifiers/inst_strategy_enumerative.cpp
src/theory/quantifiers/inst_strategy_enumerative.h
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_conflict_find.h
src/theory/quantifiers/quant_module.cpp
src/theory/quantifiers/quant_module.h
src/theory/quantifiers/quant_split.cpp
src/theory/quantifiers/quant_split.h
src/theory/quantifiers/quantifiers_modules.cpp
src/theory/quantifiers/sygus/synth_engine.cpp
src/theory/quantifiers/sygus/synth_engine.h
src/theory/quantifiers/sygus_inst.cpp
src/theory/quantifiers/sygus_inst.h