Skip to content

Commit 7ad6170

Browse files
authored
Make link to Ipopt options clickable (#120)
1 parent 992b95e commit 7ad6170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NLPModelsIpopt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For advanced usage, first define a `IpoptSolver` to preallocate the memory used
133133
* `zU`: a vector of size `nlp.meta.nvar` to specify initial multipliers for the upper bound constraints
134134
135135
All other keyword arguments will be passed to IpOpt as an option.
136-
See https://coin-or.github.io/Ipopt/OPTIONS.html for the list of options accepted.
136+
See [https://coin-or.github.io/Ipopt/OPTIONS.html](https://coin-or.github.io/Ipopt/OPTIONS.html) for the list of options accepted.
137137
138138
# Output
139139
The returned value is a `GenericExecutionStats`, see `SolverCore.jl`.

0 commit comments

Comments
 (0)