mirror of
https://github.com/Z3Prover/z3
synced 2025-11-22 21:51:27 +00:00
Merge branch 'param-tuning' of https://github.com/ilanashapiro/z3 into param-tuning
This commit is contained in:
commit
fb46bca5db
1 changed files with 6 additions and 1 deletions
|
|
@ -136,6 +136,11 @@ bool bound_simplifier::reduce_arg(expr* arg, expr_ref& result) {
|
||||||
|
|
||||||
void bound_simplifier::reduce() {
|
void bound_simplifier::reduce() {
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
smt_params_helper sp(p);
|
||||||
|
if (!sp.bound_simplifier())
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
bool updated = true, found_bound = false;
|
bool updated = true, found_bound = false;
|
||||||
for (unsigned i = 0; i < 5 && updated; ++i) {
|
for (unsigned i = 0; i < 5 && updated; ++i) {
|
||||||
updated = false;
|
updated = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue