mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
before getting explanations for monomials upper and low bounds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
02133bbcc5
commit
6a6cb3822c
5 changed files with 26 additions and 28 deletions
|
@ -32,6 +32,7 @@ public:
|
|||
lp::lconstraint_kind kind,
|
||||
const rational & bval) {return true;}
|
||||
unsigned number_of_found_bounds() const { return m_ibounds.size(); }
|
||||
void explain_implied_bound(implied_bound & ib);
|
||||
virtual void consume(mpq const& v, lp::constraint_index j) = 0;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue