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 e482f1a + f7d4752 commit 165f2b7Copy full SHA for 165f2b7
src/simplex.cc
@@ -305,7 +305,8 @@ void SimplexDecoder::decode_to_errors(const std::vector<uint64_t>& detections) {
305
}
306
307
// Get the model status
308
- const HighsModelStatus& model_status = highs->getModelStatus();
+ [[maybe_unused]] const HighsModelStatus& model_status =
309
+ highs->getModelStatus();
310
assert(model_status == HighsModelStatus::kOptimal);
311
312
0 commit comments