Skip to content

Commit

Permalink
Merge 814e78f into 37a0b7a
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 1, 2020
2 parents 37a0b7a + 814e78f commit d003a29
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,14 @@ fvals = pmap(evalmodel, probs)
## Related Packages

- [NLPModels.jl](https://github.com/JuliaSmoothOptimizers/NLPModels.jl) provides an
AbstractModel from which CUTEst.jl derives, and other models deriving from it,
such as MathProgNLPModel, which uses
[MathProgBase.jl](https://github.com/JuliaOpt/MathProgBase.jl),
SimpleNLPModel, for user created functions, ADNLPModel with automatic
differentiation, and SlackModel, which creates an
equality constrained model with bounds on the variables from a given
AbstractModel.
AbstractModel from which CUTEstModel derives.
- [AmplNLReader.jl](https://github.com/JuliaSmoothOptimizers/AmplNLReader.jl)
provides an interface to [AMPL](http://www.ampl.com) models based on
[NLPModels.jl](https://github.com/JuliaSmoothOptimizers/NLPModels.jl).
- [NLPModelsJuMP.jl](https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl.git)
provides conversion between [JuMP.jl](https://github.com/jump-dev/JuMP.jl) / [MathOptInterface.jl](https://github.com/jump-dev/MathOptInterface.jl) models and NLPModels.
- [OptimizationProblems.jl](https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl)
provides a collection of optimization problems in
[JuMP.jl](https://github.com/JuliaOpt/JuMP.jl) syntax.
[JuMP.jl](https://github.com/jump-dev/JuMP.jl) syntax.

[![GPLv3](http://www.gnu.org/graphics/lgplv3-88x31.png)](http://www.gnu.org/licenses/lgpl.html "LGPLv3")

0 comments on commit d003a29

Please sign in to comment.