mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
fixing issue #254
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ac902dad1a
commit
05c6ed1698
|
@ -1561,6 +1561,7 @@ namespace smt {
|
|||
|
||||
if (!safe_gain(curr_min_gain, curr_max_gain)) {
|
||||
TRACE("opt", tout << "no variable picked\n";);
|
||||
has_bound = true;
|
||||
best_efforts++;
|
||||
}
|
||||
else if (curr_x_i == null_theory_var) {
|
||||
|
|
Loading…
Reference in a new issue