3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 05:15:52 +00:00

Re-integrate forbidden intervals

This commit is contained in:
Jakob Rath 2021-09-08 16:51:16 +02:00
parent a0570908fb
commit 75bac21574
4 changed files with 11 additions and 15 deletions

View file

@ -42,6 +42,7 @@ namespace polysat {
std::optional<clause_builder> m_bailout_lemma;
solver* m_solver = nullptr;
solver& s() { return *m_solver; }
constraint_manager& cm();
scoped_ptr_vector<explainer> ex_engines;
scoped_ptr_vector<variable_elimination_engine> ve_engines;