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

Add Manopt to list of solvers #3568

Merged
merged 8 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
5 changes: 5 additions & 0 deletions docs/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ Google.Latin = NO

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

[docs/src/packages/Manopt.md]
Google.EmDash = NO
Google.EnDash = NO
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 = "v0.4.42"
blegat marked this conversation as resolved.
Show resolved Hide resolved
odow marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -102,6 +102,7 @@ unregister
warmstart

% Proper nouns
Adagrad
AMPL
Appveyor
Artelys
Expand All @@ -125,16 +126,20 @@ Dualization
EAGO
[Ee]mbotech
[Ee]cos
JSONSchema
Geomstats
Geoopt
GLPK
Gurobi
GUROBI
GZip
Hypatia
Ipopt
IPOPT
Jax
JSONSchema
Knitro
KNITRO
Manopt
odow marked this conversation as resolved.
Show resolved Hide resolved
MATLAB
MOI
Mosek
Expand All @@ -149,6 +154,7 @@ Penopt
Plasmo
puzzlor
RAPOSa
Riemopt
SDPAFamily
SDPNAL
Umfpack
Expand Down Expand Up @@ -220,6 +226,7 @@ Nemirovski
Pacaud
Peng
Rebennack
Riemannian
[Rr]osenbrock
Schermer
Schur
Expand Down
Loading