Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions qsopt_ex/exact.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,11 +718,14 @@ int QSexact_optimal_test (mpq_QSdata * p,
rval = 0;
if(!msg_lvl)
{
/* removing this stops a segmentation fault that occurs on Mac OS. Needs further debugging to diagnose why this happens

MESSAGE(0, "upper bound (%lg) variable (%lg) and dual variable"
" (%lg) don't satisfy complementary slacknes for variable "
"(%s,%d) %s", mpq_get_d(arr4[col]),
mpq_get_d(p_sol[i+qslp->nstruct]), mpq_get_d(dz[col]), qslp->colnames[col], i,
"(real)");
*/
}
goto CLEANUP;
}
Expand Down