Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 4, 2024
1 parent 38c1828 commit cdecfdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions check/TestLpSolvers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,9 @@ TEST_CASE("standard-form-lp", "[highs_lp_solver]") {
REQUIRE(highs.addRow(1.0, 1.0, 4, index.data(), value.data()) ==
HighsStatus::kOk);
REQUIRE(highs.changeObjectiveSense(ObjSense::kMaximize) == HighsStatus::kOk);
if (dev_run) printf(
"\nNow test by adding a fixed column and a fixed row, and maximizing\n");
if (dev_run)
printf(
"\nNow test by adding a fixed column and a fixed row, and "
"maximizing\n");
testStandardForm(highs.getLp());
}

0 comments on commit cdecfdd

Please sign in to comment.