-
Notifications
You must be signed in to change notification settings - Fork 62
internal statuses leak through #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Closed by #78 |
shouldn't this |
Looking at the documentation of MathProgBase
it seems that both
should be translated into But then the user does not know if the problem is really unfeasible ... Maybe we should split the the status |
CPLEX.jl sometimes returns
:CPXMIP_TIME_LIM_INFEAS
when it should be:UserLimit
The text was updated successfully, but these errors were encountered: