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.
1 parent a5c78d0 commit fd84b71Copy full SHA for fd84b71
src/simplex.cc
@@ -299,8 +299,7 @@ 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 =
303
- highs->getModelStatus();
+ [[maybe_unused]] const HighsModelStatus& model_status = highs->getModelStatus();
304
assert(model_status == HighsModelStatus::kOptimal);
305
306
0 commit comments