mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
make m_ibounds inside of lp_bound_propagator
a reference
This commit is contained in:
parent
20c02f4f45
commit
536930b4a1
4 changed files with 6 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ namespace arith {
|
|||
m_model_eqs(DEFAULT_HASHTABLE_INITIAL_CAPACITY, var_value_hash(*this), var_value_eq(*this)),
|
||||
m_local_search(*this),
|
||||
m_resource_limit(*this),
|
||||
m_bp(*this),
|
||||
m_bp(*this, m_implied_bounds),
|
||||
a(m),
|
||||
m_bound_terms(m),
|
||||
m_bound_predicate(m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue