3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 02:30:23 +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

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