Skip to content

Commit 340a6b9

Browse files
committed
Corrected TestLPSolvers.cpp
1 parent 69a393c commit 340a6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/TestLpSolvers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ TEST_CASE("highs-files-mip", "[highs_lp_solver]") {
466466
h.setOptionValue("write_model_file", "");
467467

468468
REQUIRE(h.readModel(write_model_file) == HighsStatus::kOk);
469-
// h.setOptionValue("read_solution_file", write_solution_file);
469+
h.setOptionValue("read_solution_file", write_solution_file);
470470
HighsStatus run_status = h.run();
471471

472472
REQUIRE(run_status == HighsStatus::kOk);

0 commit comments

Comments
 (0)