JuliaSmoothOptimizers / JuliaSmoothOptimizers/NLPModelsIpopt.jl

Existing options keys

Open
#147 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
23
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Hi @tmigot @amontoison @abelsiqueira and others!

I am working on [control-toolbox](https://github.com/control-toolbox) and I would handle options for the modelers and solvers quite nicely for the user. To do this, I need a way to get all the existing options keys we can pass when solving with Ipopt.

```julia
solver = NLPModelsIpopt.IpoptSolver(nlp)
NLPModelsIpopt.solve!(solver, nlp; options...)
```

Is there a way to get the possible keys? I am aware of this page but the list is long: [Ipopt options](https://coin-or.github.io/Ipopt/OPTIONS.html).

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.