mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
use var equivalence when evaluating the interval over an expression
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
81a9edae7e
commit
108bfa55ad
6 changed files with 40 additions and 10 deletions
|
@ -280,7 +280,7 @@ public:
|
|||
|
||||
bool explain_ineq(const lp::lar_term& t, llc cmp, const rational& rs);
|
||||
|
||||
bool explain_by_equiv(const lp::lar_term& t, lp::explanation& e);
|
||||
bool explain_by_equiv(const lp::lar_term& t, lp::explanation& e) const;
|
||||
|
||||
bool has_zero_factor(const factorization& factorization) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue