We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a4696 commit 5babfa7Copy full SHA for 5babfa7
docs/src/submodules/Nonlinear/overview.md
@@ -381,7 +381,7 @@ end
381
382
# Replace `model` and `backend` with your optimizer and backend of choice.
383
model = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}())
384
-build_model(model; backend = MOI.Nonlinear.ExprGraphOnly())
+build_model(model; backend = MOI.Nonlinear.SparseReverseMode())
385
```
386
387
## Expression-graph representation
0 commit comments