Skip to content

Commit

Permalink
Merge pull request #1303 from ERGO-Code/presolve-solution-basis
Browse files Browse the repository at this point in the history
Presolve solution basis
  • Loading branch information
jajhall authored May 26, 2023
2 parents 1370564 + 3b1b75e commit a0c6768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presolve/HighsPostsolveStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ void HighsPostsolveStack::DuplicateRow::undo(const HighsOptions& options,
void HighsPostsolveStack::DuplicateColumn::undo(const HighsOptions& options,
HighsSolution& solution,
HighsBasis& basis) const {
const bool debug_report = true;
const bool debug_report = false;
const double mergeVal = solution.col_value[col];

auto okResidual = [&](const double x, const double y) {
Expand Down Expand Up @@ -986,7 +986,7 @@ void HighsPostsolveStack::DuplicateColumn::undoFix(
options.primal_feasibility_tolerance;
std::vector<double>& col_value = solution.col_value;
const bool allow_assert = false;
const bool debug_report = true;
const bool debug_report = false;
//=============================================================================================

auto isInteger = [&](const double v) {
Expand Down

0 comments on commit a0c6768

Please sign in to comment.