We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0367eb + 378461f commit dc8fb53Copy full SHA for dc8fb53
src/simplex.cc
@@ -299,7 +299,8 @@ void SimplexDecoder::decode_to_errors(const std::vector<uint64_t>& detections) {
299
}
300
301
// Get the model status
302
- [[maybe_unused]] const HighsModelStatus& model_status = highs->getModelStatus();
+ [[maybe_unused]] const HighsModelStatus& model_status =
303
+ highs->getModelStatus();
304
assert(model_status == HighsModelStatus::kOptimal);
305
306
0 commit comments