3
0
Fork 0
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:
Arie Gurfinkel 2018-06-27 16:40:07 -04:00
parent 4339722e98
commit 704c19920d

View file

@ -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++;