mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
fixing the bugs
This commit is contained in:
parent
c43b99daae
commit
c050af922f
6 changed files with 39 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue