Skip to content

Commit 6bb8ac0

Browse files
committed
Fix comment
1 parent 1ac5c78 commit 6bb8ac0

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
@@ -3232,8 +3232,8 @@ HPresolve::Result HPresolve::singletonCol(HighsPostsolveStack& postsolve_stack,
32323232
HPRESOLVE_CHECKED_CALL(detectDominatedCol(postsolve_stack, col, false));
32333233
if (colDeleted[col]) return Result::kOk;
32343234

3235-
// check if variable is implied integer
32363235
if (mipsolver != nullptr) {
3236+
// check if variable is implied integer
32373237
HPRESOLVE_CHECKED_CALL(
32383238
static_cast<Result>(convertImpliedInteger(col, row)));
32393239

0 commit comments

Comments
 (0)