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:
parent
b35ed169b1
commit
e5698119d7
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue