Skip to content

Commit 7c2b025

Browse files
committed
Rename
1 parent 34a14a9 commit 7c2b025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/io/HMpsFF.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ FreeFormatParserReturnCode HMpsFF::loadProblem(
108108

109109
// Only set up lp.integrality_ if non-continuous
110110
bool is_mip = false;
111-
for (const auto& integrality : col_integrality) {
112-
if (integrality != HighsVarType::kContinuous) {
111+
for (const auto& var_type : col_integrality) {
112+
if (var_type != HighsVarType::kContinuous) {
113113
is_mip = true;
114114
break;
115115
}

0 commit comments

Comments
 (0)