Skip to content

Commit fb5e7cf

Browse files
committed
cleanup
1 parent d9e641e commit fb5e7cf

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

.github/workflows/hipo-bla.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request]
44

55
jobs:
66

7-
87
win-bla:
98
runs-on: windows-latest
109
strategy:

HiGHS.sln

Lines changed: 0 additions & 24 deletions
This file was deleted.

check/TestLpSolvers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ TEST_CASE("choose-lp-solver", "[highs_lp_solver]") {
531531
REQUIRE(h.getInfo().pdlp_iteration_count > 0);
532532

533533
REQUIRE(h.setOptionValue(kSolverString, kIpmString) == HighsStatus::kOk);
534-
h.setOptionValue("output_flag", true);
534+
// h.setOptionValue("output_flag", true);
535535
h.run();
536536
REQUIRE(h.getInfo().ipm_iteration_count > 0);
537537

0 commit comments

Comments
 (0)