Skip to content

Commit b6eeeae

Browse files
committed
No longer calling analysePdlpSolution
1 parent f0d52dd commit b6eeeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/pdlp/CupdlpWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ HighsStatus solveLpCupdlp(const HighsOptions& options, HighsTimer& timer,
230230
assert(111 == 777);
231231
}
232232
#if CUPDLP_DEBUG
233-
analysePdlpSolution(options, lp, highs_solution);
233+
// analysePdlpSolution(options, lp, highs_solution);
234234
#endif
235235
} else {
236236
// Failure return from LP_SolvePDHG

0 commit comments

Comments
 (0)