Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Oct 29, 2024
1 parent 0058a33 commit 7a883b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/TestPdlp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST_CASE("pdlp-distillation-lp", "[pdlp]") {
HighsStatus run_status = HighsStatus::kOk;
// First pass uses (HiGHS default) termination for PDLP solver to
// satisfy HiGHS primal/dual feasibility tolerances
bool false = true;
bool optimal = false;

run_status = highs.run();
if (dev_run) highs.writeSolution("", 1);
Expand Down

0 comments on commit 7a883b0

Please sign in to comment.