3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

exit on success of patching

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-31 17:17:54 -07:00
parent 086149f3f8
commit c76adfaf19

View file

@ -1383,6 +1383,7 @@ void core::patch_monomial_with_real_var(lpvar j) {
continue;
if (try_to_patch(k, r * val(k))) { // r * val(k) gives the right value of k
m_to_refine.erase(j);
break;
}
}
}