Skip to content

Commit

Permalink
Update models documentation (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Jan 15, 2024
1 parent e875390 commit 31a4a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you want to create your own interface, check these [Guidelines](@ref).
Models that modify existing models.
For instance, creating slack variables, or moving constraints into the objective functions, or using Quasi-Newton LBFSG approximations to the Hessian.
- [ADNLPModels.jl](https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl):
Models with automatic differentiation. It has a very simple interface, although it isn't very efficient for larger problems.
Models with automatic differentiation.
- [CUTEst.jl](https://github.com/JuliaSmoothOptimizers/CUTEst.jl):
For problems from [CUTEst](https://github.com/ralna/CUTEst/wiki).
- [AmplNLReader.jl](https://github.com/JuliaSmoothOptimizers/AmplNLReader.jl):
Expand Down

0 comments on commit 31a4a66

Please sign in to comment.