Skip to content

Commit a65e195

Browse files
authored
Merge pull request #2596 from ERGO-Code/latest-2460
Merging fix-2460 into latest
2 parents 4d59a83 + 448ad6d commit a65e195

22 files changed

+1171
-796
lines changed

check/TestMipSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ TEST_CASE("row-fixed-lp", "[highs_test_mip_solver]") {
12631263
std::string model_file =
12641264
std::string(HIGHS_DIR) + "/check/instances/" + model + ".mps";
12651265
Highs h;
1266-
// h.setOptionValue("output_flag", dev_run);
1266+
h.setOptionValue("output_flag", dev_run);
12671267
REQUIRE(h.readModel(model_file) == HighsStatus::kOk);
12681268
REQUIRE(h.run() == HighsStatus::kOk);
12691269
double mip_optimal_objective = h.getInfo().objective_function_value;

0 commit comments

Comments
 (0)