mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
better tracking changinc rows and monomials
This commit is contained in:
parent
f30a2c13be
commit
b64fdef41f
6 changed files with 35 additions and 38 deletions
|
@ -120,7 +120,7 @@ class core {
|
|||
std_vector<lp::implied_bound> & m_implied_bounds;
|
||||
// try to improve bounds for variables in monomials.
|
||||
bool improve_bounds();
|
||||
|
||||
void clear_monics_with_changed_bounds() { m_monics_with_changed_bounds.reset(); }
|
||||
public:
|
||||
// constructor
|
||||
core(lp::lar_solver& s, params_ref const& p, reslimit&, std_vector<lp::implied_bound> & implied_bounds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue