Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add Optim to list of solvers #3624

Merged
merged 8 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -160,6 +160,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
Loading