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
Add test exercising cuOpt UnboundedOrInfeasible status (11)
An unbounded LP with no variable bounds triggers cuOpt's presolver
to return UnboundedOrInfeasible (status 11); the test asserts the
plugin maps it to TerminationCondition.infeasibleOrUnbounded,
SolverStatus.warning, and SolutionStatus.unsure.
0 commit comments