Skip to content

Commit 6944afe

Browse files
committed
Fix comment
1 parent 0ee2ec8 commit 6944afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/presolve/HPresolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4678,7 +4678,7 @@ HPresolve::Result HPresolve::dualFixing(HighsPostsolveStack& postsolve_stack,
46784678
bestBound = std::max(bestBound, candidateBound);
46794679
}
46804680

4681-
// check if lower / upper bound is implied by this row
4681+
// check if lower / upper bound is implied
46824682
if (direction * bestBound >= direction * colBound - primal_feastol) {
46834683
// substitute variable
46844684
double offset = otherColBound;

0 commit comments

Comments
 (0)