Skip to content

Commit cb317c0

Browse files
author
Julian Hall
committed
Using IPX rather than HiPO in max-lp-dual-postsolve - since Bazel CI test fails
1 parent ff3f47e commit cb317c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check/TestPresolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ TEST_CASE("max-lp-dual-postsolve", "[highs_test_presolve]") {
11761176
lp.offset_ = 0;
11771177
h.passModel(lp);
11781178

1179-
REQUIRE(h.setOptionValue("solver", kHipoString) == HighsStatus::kOk);
1179+
REQUIRE(h.setOptionValue("solver", kIpxString) == HighsStatus::kOk);
11801180
REQUIRE(h.setOptionValue("run_crossover", kHighsOffString) ==
11811181
HighsStatus::kOk);
11821182

0 commit comments

Comments
 (0)