mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
parent
8af245a410
commit
44d2f6da6c
8 changed files with 232 additions and 100 deletions
|
@ -81,7 +81,7 @@ void monotone::monotonicity_lemma(monic const& m) {
|
|||
SASSERT(!check_monic(m));
|
||||
if (c().mon_has_zero(m.vars()))
|
||||
return;
|
||||
const rational prod_val = abs(c().product_value(m.vars()));
|
||||
const rational prod_val = abs(c().product_value(m));
|
||||
const rational m_val = abs(val(m));
|
||||
if (m_val < prod_val)
|
||||
monotonicity_lemma_lt(m, prod_val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue