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 c4012f5 commit 876dcafCopy full SHA for 876dcaf
highs/mip/HighsDebugSol.cpp
@@ -36,7 +36,7 @@ void HighsDebugSol::activate() {
36
std::string varname;
37
double varval;
38
std::string line;
39
- bool incolsection;
+ bool incolsection = false;
40
std::map<std::string, int> nametoidx;
41
42
for (HighsInt i = 0; i != mipsolver->orig_model_->num_col_; ++i)
@@ -62,7 +62,6 @@ void HighsDebugSol::activate() {
62
debugOrigSolution[it->second] = varval;
63
highsLogDev(mipsolver->options_mip_->log_options, HighsLogType::kInfo,
64
"%s = %g\n", varname.c_str(), varval);
65
- debugOrigSolution[it->second] = varval;
66
}
67
68
debugSolution = debugOrigSolution;
0 commit comments