Skip to content

Commit

Permalink
Add Manopt to list of solvers (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Nov 16, 2023
1 parent 882eebe commit 283a99d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ Google.Latin = NO

[docs/src/packages/EAGO.md]
Google.Periods = NO

[docs/src/packages/Manopt.md]
Google.Exclamation = NO
4 changes: 4 additions & 0 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
user = "MadNLP"
rev = "389561354a774441cd5e6b3aa5fffee102ed222e"
has_html = true
[Manopt]
user = "JuliaManifolds"
rev = "c1fc4a5bc8361a20eaa0bcf48aba36fa16089766"
filename = "Readme.md"
[NEOSServer]
user = "odow"
rev = "v1.1.0"
Expand Down
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ The link in the `Solver` column is the corresponding Julia package.
| [Juniper.jl](https://github.com/lanl-ansi/Juniper.jl) | | | MIT | (MI)SOCP, (MI)NLP |
| [Loraine.jl](https://github.com/kocvara/Loraine.jl) | | | MIT | LP, SDP |
| [MadNLP.jl](https://github.com/sshin23/MadNLP.jl) | | | MIT | LP, QP, NLP |
| [Manopt.jl](https://github.com/JuliaManifolds/Manopt.jl) | | | MIT | NLP |
| [MiniZinc](https://www.minizinc.org/) | [MiniZinc.jl](https://github.com/jump-dev/MiniZinc.jl) | Manual | MPL-2 | CP-SAT |
| [Minotaur](https://github.com/coin-or/minotaur) | [AmplNLWriter.jl](https://github.com/jump-dev/AmplNLWriter.jl) | Manual | BSD-like | (MI)NLP |
| [MOSEK](https://www.mosek.com/) | [MosekTools.jl](https://github.com/jump-dev/MosekTools.jl) | Manual | Comm. | (MI)LP, (MI)SOCP, SDP |
Expand Down
9 changes: 8 additions & 1 deletion docs/styles/Vocab/JuMP-Vocab/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ unregister
warmstart

% Proper nouns
Adagrad
AMPL
Appveyor
Artelys
Expand All @@ -126,16 +127,20 @@ Dualization
EAGO
[Ee]mbotech
[Ee]cos
JSONSchema
Geomstats
Geoopt
GLPK
Gurobi
GUROBI
GZip
Hypatia
Ipopt
IPOPT
Jax
JSONSchema
Knitro
KNITRO
[Mm]anopt
MATLAB
MOI
Mosek
Expand All @@ -150,6 +155,7 @@ Penopt
Plasmo
puzzlor
RAPOSa
Riemopt
SDPAFamily
SDPNAL
Umfpack
Expand Down Expand Up @@ -222,6 +228,7 @@ Nemirovski
Pacaud
Peng
Rebennack
Riemannian
[Rr]osenbrock
Schermer
Schur
Expand Down

0 comments on commit 283a99d

Please sign in to comment.