We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b69a5 + 5e7f6f3 commit 766e801Copy full SHA for 766e801
highs/mip/HighsImplications.cpp
@@ -635,7 +635,7 @@ void HighsImplications::separateImpliedBounds(
635
vals[0] = -1.0;
636
inds[0] = implics[i].column;
637
vals[1] =
638
- globaldomain.col_lower_[implics[i].column] - implics[i].boundval;
+ implics[i].boundval - globaldomain.col_lower_[implics[i].column];
639
inds[1] = col;
640
rhs = -globaldomain.col_lower_[implics[i].column];
641
}
0 commit comments