PyOptInterface
PyOptInterface copied to clipboard
Support for quadratic optimizers
Are there plans to add support for quadratic optimizers, like osqp? It would be a good performance boost over ipopt for the problems that support it, e.g. state estimate.
I have a long-term plan to support more 'one-shot' solvers like OSQP, Clarabel and SCS that does not support incremental modification, but it may take some time to implement.