Skip to content

Commit a948e18

Browse files
committed
Fromatted
1 parent 950fb40 commit a948e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/qpsolver/feasibility_highs.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static void computeStartingPointByLp(Instance& instance, Settings& settings,
2121
const HighsSolution& highs_solution,
2222
HighsTimer& timer) {
2323
// Compute initial feasible point by solving an LP
24-
const bool debug_report = false; //true;
24+
const bool debug_report = false; // true;
2525
Highs highs;
2626
highs.setOptionValue("output_flag", debug_report);
2727
highs.setOptionValue("presolve", kHighsOnString);
@@ -98,7 +98,7 @@ static void computeStartingPointByLp(Instance& instance, Settings& settings,
9898
}
9999
// Solve the feasibility LP
100100
HighsStatus status = highs.run();
101-
101+
102102
if (debug_report) highs.writeSolution("", kSolutionStylePretty);
103103

104104
if (status == HighsStatus::kError) {

0 commit comments

Comments
 (0)