Skip to content

Commit 5babfa7

Browse files
committed
Another tweak to the docs
1 parent 27a4696 commit 5babfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/submodules/Nonlinear/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ end
381381
382382
# Replace `model` and `backend` with your optimizer and backend of choice.
383383
model = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}())
384-
build_model(model; backend = MOI.Nonlinear.ExprGraphOnly())
384+
build_model(model; backend = MOI.Nonlinear.SparseReverseMode())
385385
```
386386

387387
## Expression-graph representation

0 commit comments

Comments
 (0)