Skip to content

Commit 92b72f4

Browse files
committed
Formatted
1 parent 0993d73 commit 92b72f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/simplex/HEkk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ std::string HEkk::simplexStrategyToString(
23122312
if (simplex_strategy == kSimplexStrategyPrimal)
23132313
return "primal simplex solver";
23142314
return "Unknown";
2315-
}
2315+
}
23162316

23172317
void HEkk::zeroBasicDuals() {
23182318
for (HighsInt iRow = 0; iRow < lp_.num_row_; iRow++)

0 commit comments

Comments
 (0)