3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 03:10:25 +00:00
minor tweaks to gomory and reset n3 within loop (but the entire function is dead code).
This commit is contained in:
Nikolaj Bjorner 2023-11-19 09:59:44 -08:00
parent 924c296704
commit 35bc522dae
3 changed files with 12 additions and 4 deletions

View file

@ -5658,7 +5658,9 @@ namespace polynomial {
if (!is_zero(Gh3) && d1%2 == 0)
Gh3 = neg(Gh3);
}
else
n3 = 0;
// Compute hi
if (i > 1) {
g1 = lc(G1, x);