Move ownership of DecisionEngine into PropEngine. (#3850)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 5 Mar 2020 21:12:57 +0000 (15:12 -0600)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2020 21:12:57 +0000 (15:12 -0600)
commitbbba915f44f9e75eaa6238a10ba667643dacb00b
tree981c352e9aae8c96539374e98065101ee3835b28
parentd26ee67911fedfef966a0e4d64ffda02007d65a0
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