3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00

disable breaking change

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-06-09 11:15:54 -07:00
parent 555ccc8aab
commit d0085b41c1

View file

@ -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 0
expr* x = nullptr;
bool strict = false;
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;
}
#endif
return BR_FAILED;
}