Skip to content

Commit

Permalink
mention that exponential cone also works (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
currymj authored May 1, 2023
1 parent 77ac4af commit 2460e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This package has two major backends, available via the `reverse_differentiate!` and `forward_differentiate!` methods, to differentiate models (quadratic or conic) with optimal solutions.

!!! note
Currently supports *linear programs* (LP), *convex quadratic programs* (QP) and *convex conic programs* (SDP, SOCP constraints only).
Currently supports *linear programs* (LP), *convex quadratic programs* (QP) and *convex conic programs* (SDP, SOCP, exponential cone constraints only).


## Installation
Expand Down

0 comments on commit 2460e6b

Please sign in to comment.