mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
parent
fd5448d26b
commit
a6a5985f8e
1 changed files with 11 additions and 6 deletions
|
@ -45,6 +45,7 @@ namespace nla {
|
||||||
if (is_conflicting())
|
if (is_conflicting())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
try {
|
||||||
if (propagate_bounds())
|
if (propagate_bounds())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -53,6 +54,10 @@ namespace nla {
|
||||||
|
|
||||||
if (propagate_factorization())
|
if (propagate_factorization())
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
catch (...) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if (quota > 1)
|
if (quota > 1)
|
||||||
quota--;
|
quota--;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue