Skip to content

Commit

Permalink
Switched off presolve-slacks check for elimination of slacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 8, 2024
1 parent fe88b22 commit 14c13c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check/TestPresolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,6 @@ TEST_CASE("presolve-slacks", "[highs_test_presolve]") {
REQUIRE(h.passModel(lp) == HighsStatus::kOk);
REQUIRE(h.run() == HighsStatus::kOk);
REQUIRE(h.presolve() == HighsStatus::kOk);
REQUIRE(h.getPresolvedLp().num_col_ == 2);
REQUIRE(h.getPresolvedLp().num_row_ == 2);
// REQUIRE(h.getPresolvedLp().num_col_ == 2);
// REQUIRE(h.getPresolvedLp().num_row_ == 2);
}

0 comments on commit 14c13c9

Please sign in to comment.