mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
commit
ad58226f43
|
@ -1561,6 +1561,7 @@ namespace smt {
|
||||||
|
|
||||||
if (!safe_gain(curr_min_gain, curr_max_gain)) {
|
if (!safe_gain(curr_min_gain, curr_max_gain)) {
|
||||||
TRACE("opt", tout << "no variable picked\n";);
|
TRACE("opt", tout << "no variable picked\n";);
|
||||||
|
has_bound = true;
|
||||||
best_efforts++;
|
best_efforts++;
|
||||||
}
|
}
|
||||||
else if (curr_x_i == null_theory_var) {
|
else if (curr_x_i == null_theory_var) {
|
||||||
|
|
Loading…
Reference in a new issue