Skip to content

Commit

Permalink
[docs] add Optim to list of solvers (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Feb 5, 2024
1 parent 07eb695 commit b7dec47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ Google.Periods = NO
[docs/src/packages/Manopt.md]
Google.Exclamation = NO

[docs/src/packages/Optim.md]
Google.EmDash = NO

[docs/src/packages/PolyJuMP.md]
Google.Latin = NO
3 changes: 3 additions & 0 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
rev = "v1.1.0"
# [NLopt] # Hard-coded in the file docs/src/packages/NLopt.md
# user = "JuliaOpt"
[Optim]
user = "JuliaNLSolvers"
rev = "v1.9.2"
[OSQP]
user = "osqp"
rev = "443706e34c2619acbe65281c60bbe850ca4a8fac"
Expand Down
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ The link in the `Solver` column is the corresponding Julia package.
| [MOSEK](https://www.mosek.com/) | [MosekTools.jl](https://github.com/jump-dev/MosekTools.jl) | Manual | Comm. | (MI)LP, (MI)SOCP, SDP |
| [NLopt](https://github.com/stevengj/nlopt) | [NLopt.jl](https://github.com/JuliaOpt/NLopt.jl) | | GPL | LP, QP, NLP |
| [Octeract](https://octeract.gg) | [AmplNLWriter.jl](https://github.com/jump-dev/AmplNLWriter.jl) | | Comm. | (MI)NLP |
| [Optim.jl](https://github.com/JuliaNLSolvers/Optim.jl/) | | | MIT | NLP |
| [OSQP](https://osqp.org/) | [OSQP.jl](https://github.com/oxfordcontrol/OSQP.jl) | | Apache | LP, QP |
| [PATH](http://pages.cs.wisc.edu/~ferris/path.html) | [PATHSolver.jl](https://github.com/chkwon/PATHSolver.jl) | | MIT | MCP |
| [Pajarito.jl](https://github.com/jump-dev/Pajarito.jl) | | | MPL-2 | (MI)NLP, (MI)SOCP, (MI)SDP |
Expand Down
1 change: 1 addition & 0 deletions docs/styles/Vocab/JuMP-Vocab/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ MOI
Mosek
MOSEK
Octeract
Optim
Pajarito
Pardiso
PATHSolver
Expand Down

0 comments on commit b7dec47

Please sign in to comment.