Skip to content

Commit 4fc984a

Browse files
committed
Minor change
1 parent f79b040 commit 4fc984a

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
@@ -388,7 +388,7 @@ HPresolve::StatusResult HPresolve::convertImpliedInteger(HighsInt col,
388388
if (!skipInputChecks) {
389389
if (model->integrality_[col] != HighsVarType::kContinuous)
390390
return StatusResult(false);
391-
auto impliedInteger = isImpliedInteger(col);
391+
StatusResult impliedInteger = isImpliedInteger(col);
392392
if (!impliedInteger) return impliedInteger;
393393
}
394394

0 commit comments

Comments
 (0)