You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glpSolveVars will return Success even when glpk raises the warning PROBLEM HAS NO INTEGER FEASIBLE SOLUTION. Apparently the C API exposes a function glp_mip_status which allows you to check when this is the case (when it returns GLP_NOFEAS), but I don't think there's any way to do such a check with glpk-hs, is there?
The text was updated successfully, but these errors were encountered:
glpSolveVars
will returnSuccess
even whenglpk
raises the warningPROBLEM HAS NO INTEGER FEASIBLE SOLUTION
. Apparently the C API exposes a functionglp_mip_status
which allows you to check when this is the case (when it returnsGLP_NOFEAS
), but I don't think there's any way to do such a check withglpk-hs
, is there?The text was updated successfully, but these errors were encountered: