Skip to content

Highs osqp - #570

Open
axelvonkamp wants to merge 7 commits into
masterfrom
highs_osqp
Open

Highs osqp#570
axelvonkamp wants to merge 7 commits into
masterfrom
highs_osqp

Conversation

@axelvonkamp

Copy link
Copy Markdown
Member

Added an optlang interface for the HiGHS solver so that this solver can be used for FBA in CNApy. For now the interface is in the CNApy repository but it is planned to add it to the optlang repository.
QP's in the make_scenario_feasible function can now solved by a dedicated function via the OSQP solver independent of the cobrapy model. At present, OSQP, is much better for QPs than HiGHS or SCIP, but not as good as CPLEX. The OSQP path is therefore only used when neither CPLEX nor Gurobi is the active solver.

Axel von Kamp and others added 4 commits July 30, 2026 15:51
HiGHS can be used via a new optlang interface, primarily for LPs
OSQP is now used in make_scenario_feasible when neither CPLEX nor Gurobi are available
various minor GUI improvements
@axelvonkamp
axelvonkamp requested a review from Paulocracy August 3, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant