mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fix the factorization sign to be equal to the monomial sign
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
df5f3f9722
commit
375027d195
13 changed files with 185 additions and 151 deletions
|
@ -49,7 +49,7 @@ void order::order_lemma_on_rmonomial(const monomial& m) {
|
|||
if (ac.size() != 2)
|
||||
continue;
|
||||
if (ac.is_mon())
|
||||
order_lemma_on_binomial(*ac.mon());
|
||||
order_lemma_on_binomial(ac.mon());
|
||||
else
|
||||
order_lemma_on_factorization(m, ac);
|
||||
if (done())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue