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 7 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 = "7665d5a624a35167ce7024f5559ca174b01cc6f4"
odow marked this conversation as resolved.
Show resolved Hide resolved
[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
2 changes: 2 additions & 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 Expand Up @@ -227,6 +228,7 @@ Nemhauser
Nemirovski
Pacaud
Peng
pkofod
odow marked this conversation as resolved.
Show resolved Hide resolved
Rebennack
Riemannian
[Rr]osenbrock
Expand Down
Loading