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 SHOT to list of supported solvers #3853

Merged
merged 2 commits into from
Oct 23, 2024
Merged
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
8 changes: 5 additions & 3 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ The link in the `Solver` column is the corresponding Julia package.
| [SDPNAL](https://blog.nus.edu.sg/mattohkc/softwares/sdpnalplus/) | [SDPNAL.jl](https://github.com/jump-dev/SDPNAL.jl) | Manualᴹ | CC BY-SA | LP, SDP |
| [SDPT3](https://blog.nus.edu.sg/mattohkc/softwares/sdpt3/) | [SDPT3.jl](https://github.com/jump-dev/SDPT3.jl) | Manualᴹ | GPL | LP, SOCP, SDP |
| [SeDuMi](http://sedumi.ie.lehigh.edu/) | [SeDuMi.jl](https://github.com/jump-dev/SeDuMi.jl) | Manualᴹ | GPL | LP, SOCP, SDP |
| [SHOT](https://github.com/coin-or/SHOT) | [AmplNLWriter.jl](https://github.com/jump-dev/AmplNLWriter.jl) | | EPL | (MI)NLP |
| [StatusSwitchingQP.jl](https://github.com/PharosAbad/StatusSwitchingQP.jl) | | | MIT | LP, QP |
| [Tulip.jl](https://github.com/ds4dm/Tulip.jl) | | | MPL-2 | LP |

Expand Down Expand Up @@ -192,9 +193,10 @@ Where:
Use [AmplNLWriter](https://github.com/jump-dev/AmplNLWriter.jl) to access
solvers that support the [NL format](https://en.wikipedia.org/wiki/Nl_(format)).

Some solvers, such as [Bonmin](https://github.com/coin-or/Bonmin) and
[Couenne](https://github.com/coin-or/Couenne) can be installed via the Julia
package manager. Others need to be manually installed.
Some solvers, such as [Bonmin](https://github.com/coin-or/Bonmin),
[Couenne](https://github.com/coin-or/Couenne) and [SHOT](https://github.com/coin-or/SHOT)
can be installed via the Julia package manager. Others need to be manually
installed.

Consult the AMPL documentation for a [complete list of supported solvers](https://ampl.com/products/solvers/all-solvers-for-ampl/).

Expand Down
Loading