Skip to content

Commit 794ff23

Browse files
authored
Modify import statements in index.jmd
Updated import statements to include ADNLPModels with JSOSolvers.
1 parent e3ca5fb commit 794ff23

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tutorials/advanced-jsosolvers/index.jmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ author: "Tangi Migot"
88

99
This tutorial showcases some advanced features of solvers in JSOSolvers.
1010

11-
```julia
12-
using JSOSolvers
13-
```
14-
1511
We benchmark different subsolvers used in the solver TRUNK for unconstrained nonlinear least squares problems.
1612
The first step is to select a set of problems that are nonlinear least squares.
1713

1814
```julia
19-
using ADNLPModels
15+
using JSOSolvers, ADNLPModels
2016
using OptimizationProblems
2117
using OptimizationProblems.ADNLPProblems
2218
df = OptimizationProblems.meta

0 commit comments

Comments
 (0)