Skip to content

Commit

Permalink
Make link to Ipopt options clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Sep 18, 2024
1 parent 992b95e commit 6a2a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NLPModelsIpopt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ For advanced usage, first define a `IpoptSolver` to preallocate the memory used
* `zU`: a vector of size `nlp.meta.nvar` to specify initial multipliers for the upper bound constraints
All other keyword arguments will be passed to IpOpt as an option.
See https://coin-or.github.io/Ipopt/OPTIONS.html for the list of options accepted.
See [https://coin-or.github.io/Ipopt/OPTIONS.html](https://coin-or.github.io/Ipopt/OPTIONS.html) for the list of options accepted.
# Output
The returned value is a `GenericExecutionStats`, see `SolverCore.jl`.
Expand Down

0 comments on commit 6a2a8e3

Please # to comment.