Skip to content

Commit a98f548

Browse files
committed
remove diff model
1 parent bddb5ef commit a98f548

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/src/manual.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ You can create a differentiable optimizer over an existing MOI solver by using t
6060
diff_optimizer
6161
```
6262

63-
## Creating a differentiable JuMP model
64-
65-
You initialize a differentiable JuMP model by using the `diff_model` utility.
66-
```@docs
67-
diff_model
68-
```
69-
7063
## Projections on cone sets
7164

7265
DiffOpt requires taking projections and finding projection gradients of vectors while computing the jacobians. For this purpose, we use [MathOptSetDistances.jl](https://github.com/matbesancon/MathOptSetDistances.jl), which is a dedicated package for computing set distances, projections and projection gradients.

0 commit comments

Comments
 (0)