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:
parent
289f8360f2
commit
55b64e1f29
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue