3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 14:49:01 +00:00

use glue as computed without adjustment

This commit is contained in:
Nikolaj Bjorner 2024-11-01 13:57:56 -07:00
parent 289f8360f2
commit 55b64e1f29

View file

@ -118,8 +118,8 @@ namespace bv {
}
}
if (glue < max_glue)
v.m_glue = (sz > 6 && 2*glue <= sz) ? 0 : glue;
if (glue < max_glue)
v.m_glue = glue; // (sz > 6 && 2 * glue <= sz) ? 0 : glue;
}
void ackerman::remove(vv* p) {