JuliaSmoothOptimizers / OptimizationProblems.jl

Optimization Problems for Julia
Other
88 stars 48 forks source link

Tutorial should mention NLPModelsJuMP #181

Closed dpo closed 2 years ago

dpo commented 2 years ago

When instantiating a JuMP model, the user doesn't receive the same kind of object as when instantiating an ADNLPModel. One is an NLPModel, and the other one isn't. We should really show the user how to use MathOptNLPModel.