mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
Only 10 levels of weakness
This commit is contained in:
parent
4339722e98
commit
704c19920d
|
@ -3474,7 +3474,7 @@ lbool context::expand_pob(pob& n, pob_ref_buffer &out)
|
|||
}
|
||||
case l_undef:
|
||||
// something went wrong
|
||||
if (n.weakness() < 100 /* MAX_WEAKENSS */) {
|
||||
if (n.weakness() < 10 /* MAX_WEAKENSS */) {
|
||||
bool has_new_child = false;
|
||||
SASSERT(m_weak_abs);
|
||||
m_stats.m_expand_pob_undef++;
|
||||
|
|
Loading…
Reference in a new issue