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 d93e175 commit 6a2998cCopy full SHA for 6a2998c
highs/lp_data/HighsCallback.cpp
@@ -273,7 +273,8 @@ HighsStatus HighsCallbackInput::repairSolution() {
273
i, value);
274
return HighsStatus::kError;
275
} else {
276
- // since the variable is integral, round it to avoid numerical issues
+ // since the variable is integral, round it to avoid numerical
277
+ // issues
278
value = std::round(value);
279
}
280
0 commit comments