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 6a2998c commit e1a8009Copy full SHA for e1a8009
highs/lp_data/HighsCallback.cpp
@@ -9,14 +9,14 @@
9
* @brief
10
*/
11
#include "lp_data/HighsCallback.h"
12
-#include "util/HighsIntegers.h"
13
14
#include <algorithm>
15
#include <cassert>
16
#include <utility>
17
18
#include "Highs.h"
19
#include "lp_data/HighsStatus.h"
+#include "util/HighsIntegers.h"
20
21
void HighsCallback::clearHighsCallbackOutput() {
22
this->data_out.log_type = HighsLogType::kInfo;
0 commit comments