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