3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Merge pull request #256 from NikolajBjorner/master

fixing issue #254
This commit is contained in:
Nikolaj Bjorner 2015-10-22 09:55:17 -07:00
commit ad58226f43

View file

@ -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) {