mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 13:21:22 +00:00
disable breaking change
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
555ccc8aab
commit
d0085b41c1
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ br_status bound_simplifier::reduce_app(func_decl* f, unsigned num_args, expr* co
|
||||||
IF_VERBOSE(2, verbose_stream() << "potentially missed simplification: " << mk_pp(x, m) << " " << lo << " " << hi << " not reduced\n");
|
IF_VERBOSE(2, verbose_stream() << "potentially missed simplification: " << mk_pp(x, m) << " " << lo << " " << hi << " not reduced\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
expr* x = nullptr;
|
expr* x = nullptr;
|
||||||
bool strict = false;
|
bool strict = false;
|
||||||
bool is_upper_bound =
|
bool is_upper_bound =
|
||||||
|
@ -117,6 +118,7 @@ br_status bound_simplifier::reduce_app(func_decl* f, unsigned num_args, expr* co
|
||||||
return BR_FAILED;
|
return BR_FAILED;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return BR_FAILED;
|
return BR_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue