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

fix debian amd64 warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-05-18 15:17:21 -07:00
parent c17fd2d516
commit 203c5015c8
9 changed files with 15 additions and 13 deletions

View file

@ -318,7 +318,8 @@ mpz bvsls_opt_engine::find_best_move(
}
// reset to what it was before
double check = incremental_score(fd, old_value);
//double check =
incremental_score(fd, old_value);
m_obj_evaluator.update(fd, old_value);
}
@ -363,4 +364,4 @@ bool bvsls_opt_engine::randomize_wrt_hard() {
}
return false;
}
}