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:
parent
289f8360f2
commit
55b64e1f29
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue