3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-20 20:05:51 +00:00

abort nla check_assignment after a set number of allowed failures

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2026-03-13 14:33:30 -10:00
parent b11e5a4f34
commit 9f4e1f5705
2 changed files with 0 additions and 3 deletions

View file

@ -1336,8 +1336,6 @@ lbool core::check(unsigned level) {
ret = m_nra.check_assignment();
if (ret != l_true)
++m_check_assignment_fail_cnt;
else if (!params().arith_nl_cha_abort_on_fail())
--m_check_assignment_fail_cnt;
}
if (no_effect() && should_run_bounded_nlsat())