3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

fixing the bugs

This commit is contained in:
Lev Nachmanson 2023-09-07 15:59:20 -07:00
parent c43b99daae
commit c050af922f
6 changed files with 39 additions and 25 deletions

View file

@ -87,7 +87,8 @@ class core {
std::function<bool(lpvar)> m_relevant;
vector<lemma> * m_lemma_vec;
vector<ineq> * m_literal_vec = nullptr;
indexed_uint_set m_to_refine;
indexed_uint_set m_to_refine;
vector<lpvar> m_monics_with_changed_bounds;
tangents m_tangents;
basics m_basics;
order m_order;