-
Notifications
You must be signed in to change notification settings - Fork 20
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
Alps Error: Status is unknown or not allowed. #147
Comments
Sorry for the delay on this, I only saw this issue now. When I build with debugging enabled, the code fails on an assert on line 636 in |
So, turns out that running MibS with Also, the root node can be solved without problem by Clp. |
Yes, if you don't turn on any cuts by parameters then you are doing pure branch and bound. If the issue is numerical, then it would make sense that turning off cuts fixes it. There are other things you could play with if your goal is just to solve some particular fixed instances and you don't mind tweaking parameters a little. You could try playing with |
Hi,
I am coming here to report an error I am getting while solving mixed-integer linear bilevel problems.
I attach the .aux and .mps file below.
The Error
Here are the logs.
Note that the same error occurs with CPLEX used as feasibility checked.
Moreover, the HPR is bounded, as solved by Gurobi here:
More Details
It looks like Alps encounters a node with status
AlpsNodeStatusCandidate
, the comment there saysStatus cannot be left as or changed back to candidate
. Then, the exception is thrown; see fileAlpsSubTree.cpp
, line 1380.Attached Files
a3c82d6d-6a70-4c8d-b1f2-cdd8c6c39513-bilevel.aux.txt
a3c82d6d-6a70-4c8d-b1f2-cdd8c6c39513-bilevel.mps.txt
The text was updated successfully, but these errors were encountered: