Add Uno solver (unopy) to NLP solver CI workflow#165
Add Uno solver (unopy) to NLP solver CI workflow#165Transurgeon wants to merge 3 commits intomasterfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Same pattern as test_qcp — Uno's default FilterSQP preset struggles with these problems, but the IPM preset converges fine. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The macOS wheel has an ABI mismatch (cvanaret/Uno#485) that causes a silent import failure. This step makes it visible in CI logs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Benchmarks that have stayed the same: |
|
Hi @Transurgeon, |
I tried locally and it still doesn't seem to work unfortunately. |
|
@amontoison do you think it's trying to link some other HiGHS library that exists somewhere else? |
|
With the latest release of The AI is saying something totally wrong. |
yes I believe so.. I think pip automatically tries to get precompiled artifacts.
It is installing the latest, which is 0.2.1
I totally trust you, but it would be nice if you could double check that. Maybe the HiGHS binaries have been built using it seems like part of the string has a |
|
@Transurgeon we did have an issue with the wheels workflow for macOS, it compiled with full GNU instead of Clang+gfortran. |
it seems to work now, thanks a lot @cvanaret @amontoison ! |
|
@Transurgeon great :) I'm happy to address the issues with the ipopt preset (many iterations required) in a separate PR. |
|
Thanks @cvanaret ! |
Description
Please include a short summary of the change.
Testing the CI with new unopy release.
See issue here: cvanaret/Uno#485.
Let's wait until they fix it, since it still doesn't seem to work.
Also I had to change the solver to use the IPM method for the geo mean tests.. and Uno still takes over 1000 iterations :(.
Issue link (if applicable):
Type of change
Contribution checklist