-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enable LP subproblem in julia/runtests.jl #77
Conversation
So I guess we need some other options? https://github.com/cvanaret/Uno/actions/runs/11731547352/job/32681840126?pr=77#step:8:23697 |
I fixed some stuff in #82. You can then try |
@cvanaret have you tried to solve problems with HiGHS locally? You might want to cancel the CI run, because it seems to be taking forever. |
Yes, I ran the SLP method with HiGHS on our subset of 429 CUTEst instances (it can solve around 60% - that's the curse of subproblems without curvature...) as well as a few infeasible instances (all solved).
Can you post the JuMP models of these two instances? |
@odow Thanks! |
@odow at least this was a quick fail :D |
Ugh. When I rebased on your latest stuff I dropped that commit 😢 |
OK looking at the first fails in the log:
I will look at the complete list and try and figure out what went wrong. |
Open to different parameter settings |
Thanks for looking at the failures. It was a good call to relax the tolerance of the tests. Here's some feedback:
|
Once CI finishes this is good to go from my end. |
It's a wrap. Thanks a lot! |
Merge #78 and then tag [email protected]? |
Uno 1.3.0 is out! |
x-ref #72