optlang interface for the HiGHS solver - #282
Conversation
supports LP and QP, but QP performance is as good as OSQP
|
This is awesome thanks so much. I also was planning this to eventually replace GLPK as reference implementation because it actually supports all solver types (LP, QP, MIP). Will take me a bit to go through everything but I am excited for it. |
Well, you can also thank Claude for it ;-). I mostly directed the implementation towards using the solver object as ground truth and to make it possible to set up everything without the need for symbolic expressions (which still can be used if required). |
supports LP and QP, but QP performance is not as good as OSQP
possible long-term alternative for GLPK, which seems not to be actively developed any more
no integer variables/MIP support yet, but in principle possible with HiGHS
test script is included