3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

debugging infinite upper bound checking

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-01 17:27:24 -07:00
parent b35ed169b1
commit e5698119d7

View file

@ -76,8 +76,8 @@ namespace opt {
}
lbool is_sat = l_true;
// ready to test:
is_sat = update_upper();
// Disabled while testing and tuning:
// is_sat = update_upper();
opt_solver::toggle_objective _t(*s, true);
while (is_sat == l_true && !m_cancel) {