Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Oct 27, 2023
1 parent 189822d commit c4d8d9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## New features

* Adds a new "hybrid" solver that exposes an HIGHS/OSQP combinations for large scale
LPs, MILPs, and QPs.

## Fixes

## Other

## Deprecated features

* The OSQP solver is deprecated in favor of the hybrid solver which also uses OSQP but
will not attempt to solve LPs with OSQP anymore. Setting the `model.solver = "osqp"`
will now use the hybrid interface and will raise an error in a future release.

## Backwards incompatible changes

0 comments on commit c4d8d9d

Please sign in to comment.