mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
nits
This commit is contained in:
parent
d0ef5948aa
commit
4b495e4b96
2 changed files with 8 additions and 3 deletions
|
@ -362,6 +362,11 @@ br_status bv2real_rewriter::mk_app_core(func_decl * f, unsigned num_args, expr *
|
||||||
tout << mk_pp(args[i], m()) << " ";
|
tout << mk_pp(args[i], m()) << " ";
|
||||||
}
|
}
|
||||||
tout << "\n";);
|
tout << "\n";);
|
||||||
|
|
||||||
|
if (u().memory_exceeded()) {
|
||||||
|
std::cout << "tactic exception\n";
|
||||||
|
throw tactic_exception("bv2real-memory exceeded");
|
||||||
|
}
|
||||||
if(f->get_family_id() == m_arith.get_family_id()) {
|
if(f->get_family_id() == m_arith.get_family_id()) {
|
||||||
switch (f->get_decl_kind()) {
|
switch (f->get_decl_kind()) {
|
||||||
case OP_NUM: return BR_FAILED;
|
case OP_NUM: return BR_FAILED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue