mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
#5938 catch also rewriter_exception that can be raised on cancelation and memory pressure
This commit is contained in:
parent
ef28f0e2f0
commit
25feb0ebed
2 changed files with 4 additions and 1 deletions
|
@ -100,7 +100,7 @@ class nla2bv_tactic : public tactic {
|
|||
return;
|
||||
}
|
||||
substitute_vars(g);
|
||||
TRACE("nla2bv", g.display(tout << "substitute vars\n"););
|
||||
TRACE("nla2bv", g.display(tout << "substitute vars\n"));
|
||||
reduce_bv2int(g);
|
||||
reduce_bv2real(g);
|
||||
TRACE("nla2bv", g.display(tout << "after reduce\n"););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue