Skip to content

Commit 998b217

Browse files
committed
Commented out test case MIP-2084 - to be used to debug #2084
1 parent 9c99c74 commit 998b217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

check/TestMipSolver.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,9 @@ TEST_CASE("IP-with-fract-bounds-no-presolve", "[highs_test_mip_solver]") {
789789
highs.resetGlobalScheduler(true);
790790
}
791791

792+
/*
792793
TEST_CASE("MIP-2084", "[highs_test_mip_solver]") {
794+
// To be used to debug #2084
793795
Highs h;
794796
// No presolve
795797
h.setOptionValue("output_flag", dev_run);
@@ -837,6 +839,7 @@ TEST_CASE("MIP-2084", "[highs_test_mip_solver]") {
837839
h.modelStatusToString(model_status).c_str());
838840
REQUIRE(model_status == require_model_status);
839841
}
842+
*/
840843

841844
bool objectiveOk(const double optimal_objective,
842845
const double require_optimal_objective, const bool dev_run) {

0 commit comments

Comments
 (0)