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())
|
||||
return;
|
||||
|
||||
try {
|
||||
if (propagate_bounds())
|
||||
return;
|
||||
|
||||
|
@ -53,6 +54,10 @@ namespace nla {
|
|||
|
||||
if (propagate_factorization())
|
||||
return;
|
||||
}
|
||||
catch (...) {
|
||||
|
||||
}
|
||||
|
||||
if (quota > 1)
|
||||
quota--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue