mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 07:40:41 +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
|
@ -99,5 +99,5 @@ bool uniform_le(const T& a, const T& b, unsigned & strict_i) {
|
|||
if (z_b) {strict_i = -1;}
|
||||
return true;
|
||||
}
|
||||
|
||||
inline rational sign_to_rat(bool s) { return rational(s? -1 : 1); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue