Skip to content

Commit dc8fb53

Browse files
authored
Merge branch 'main' into main
2 parents f0367eb + 378461f commit dc8fb53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/simplex.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ void SimplexDecoder::decode_to_errors(const std::vector<uint64_t>& detections) {
299299
}
300300

301301
// Get the model status
302-
[[maybe_unused]] const HighsModelStatus& model_status = highs->getModelStatus();
302+
[[maybe_unused]] const HighsModelStatus& model_status =
303+
highs->getModelStatus();
303304
assert(model_status == HighsModelStatus::kOptimal);
304305
}
305306

0 commit comments

Comments
 (0)