Move ownership of DecisionEngine into PropEngine. (#3850)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 5 Mar 2020 21:21:43 +0000 (13:21 -0800)
committerAina Niemetz <aina.niemetz@gmail.com>
Thu, 5 Mar 2020 21:21:43 +0000 (13:21 -0800)
commit50f82fac417bc5b27ecaeb34d4e8034339c5982f
tree981c352e9aae8c96539374e98065101ee3835b28
parenta4151cb6755b9267cb90f7facc0ffd367aa7f0f2
Move ownership of DecisionEngine into PropEngine. (#3850)

This is in preparation of fixing the issue we currently have with
reset-assertions.  This also removes a competition hack for QF_LRA.
src/decision/decision_engine.cpp
src/decision/decision_engine.h
src/preprocessing/preprocessing_pass_context.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h