mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +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
|
@ -243,6 +243,7 @@ namespace arith {
|
|||
resource_limit m_resource_limit;
|
||||
lp_bounds m_new_bounds;
|
||||
symbol m_farkas;
|
||||
std_vector<lp::implied_bound> m_implied_bounds;
|
||||
lp::lp_bound_propagator<solver> m_bp;
|
||||
mutable vector<std::pair<lp::tv, rational>> m_todo_terms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue