Skip to content

Commit

Permalink
[docs] add Octeract to supported solvers (#3527)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 25, 2023
1 parent b71302c commit 4b5751c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,39 +109,40 @@ The link in the `Solver` column is the corresponding Julia package.
| [CDD](https://github.com/cddlib/cddlib) | [CDDLib.jl](https://github.com/JuliaPolyhedra/CDDLib.jl) | | GPL | LP |
| [Clarabel.jl](https://github.com/oxfordcontrol/Clarabel.jl) | | | Apache | LP, QP, SOCP, SDP |
| [Clp](https://github.com/coin-or/Clp) | [Clp.jl](https://github.com/jump-dev/Clp.jl) | | EPL | LP |
| [COPT](https://www.shanshu.ai/copt) | [COPT.jl](https://github.com/COPT-Public/COPT.jl) | | Comm. | (MI)LP, SOCP, SDP |
| [COPT](https://www.shanshu.ai/copt) | [COPT.jl](https://github.com/COPT-Public/COPT.jl) | | Comm. | (MI)LP, SOCP, SDP |
| [COSMO.jl](https://github.com/oxfordcontrol/COSMO.jl) | | | Apache | LP, QP, SOCP, SDP |
| [Couenne](http://github.com/coin-or/Couenne) | [AmplNLWriter.jl](https://github.com/jump-dev/AmplNLWriter.jl) | | EPL | (MI)NLP |
| [CPLEX](https://www.ibm.com/analytics/cplex-optimizer/) | [CPLEX.jl](https://github.com/jump-dev/CPLEX.jl) | Manual | Comm. | (MI)LP, (MI)SOCP |
| [CSDP](https://github.com/coin-or/Csdp) | [CSDP.jl](https://github.com/jump-dev/CSDP.jl) | | EPL | LP, SDP |
| [DAQP](https://github.com/darnstrom/daqp) | [DAQP.jl](https://github.com/darnstrom/DAQP.jl) | | MIT | (Mixed-binary) QP |
| [EAGO.jl](https://github.com/psorlab/EAGO.jl) | | | MIT | NLP |
| [EAGO.jl](https://github.com/psorlab/EAGO.jl) | | | MIT | NLP |
| [ECOS](https://github.com/ifa-ethz/ecos) | [ECOS.jl](https://github.com/jump-dev/ECOS.jl) | | GPL | LP, SOCP |
| [FICO Xpress](https://www.fico.com/en/products/fico-xpress-optimization-suite) | [Xpress.jl](https://github.com/jump-dev/Xpress.jl) | Manual | Comm. | (MI)LP, (MI)SOCP |
| [GLPK](http://www.gnu.org/software/glpk/) | [GLPK.jl](https://github.com/jump-dev/GLPK.jl) | | GPL | (MI)LP |
| [Gurobi](https://gurobi.com) | [Gurobi.jl](https://github.com/jump-dev/Gurobi.jl) | Manual | Comm. | (MI)LP, (MI)SOCP |
| [HiGHS](https://github.com/ERGO-Code/HiGHS) | [HiGHS.jl](https://github.com/jump-dev/HiGHS.jl) | |MIT | (MI)LP, QP |
| [HiGHS](https://github.com/ERGO-Code/HiGHS) | [HiGHS.jl](https://github.com/jump-dev/HiGHS.jl) | | MIT | (MI)LP, QP |
| [Hypatia.jl](https://github.com/chriscoey/Hypatia.jl) | | | MIT | LP, SOCP, SDP |
| [Ipopt](https://github.com/coin-or/Ipopt) | [Ipopt.jl](https://github.com/jump-dev/Ipopt.jl) | | EPL | LP, QP, NLP |
| [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 |
| [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 |
| [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 |
| [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 |
| [Pavito.jl](https://github.com/jump-dev/Pavito.jl) | | | MPL-2 | (MI)NLP |
| [Penbmi](http://www.penopt.com/penbmi.html) | [Penopt.jl](https://github.com/jump-dev/Penopt.jl/) | | Comm. | Bilinear SDP |
| [ProxSDP.jl](https://github.com/mariohsouto/ProxSDP.jl) | | | MIT | LP, SOCP, SDP |
| [RAPOSa](https://raposa.usc.es/) | [AmplNLWriter.jl](https://github.com/jump-dev/AmplNLWriter.jl) | Manual | RAPOSa | (MI)NLP |
| [SCIP](https://scipopt.org/) | [SCIP.jl](https://github.com/scipopt/SCIP.jl) | | Apache | (MI)LP, (MI)NLP |
| [RAPOSa](https://raposa.usc.es/) | [AmplNLWriter.jl](https://github.com/jump-dev/AmplNLWriter.jl) | Manual | RAPOSa | (MI)NLP |
| [SCIP](https://scipopt.org/) | [SCIP.jl](https://github.com/scipopt/SCIP.jl) | | Apache | (MI)LP, (MI)NLP |
| [SCS](https://github.com/cvxgrp/scs) | [SCS.jl](https://github.com/jump-dev/SCS.jl) | | MIT | LP, QP, SOCP, SDP |
| [SDPA](http://sdpa.sourceforge.net/) | [SDPA.jl](https://github.com/jump-dev/SDPA.jl), [SDPAFamily.jl](https://github.com/ericphanson/SDPAFamily.jl) | | GPL | LP, SDP |
| [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 |
| [StatusSwitchingQP.jl](https://github.com/PharosAbad/StatusSwitchingQP.jl) | | | MIT | LP, QP |
| [StatusSwitchingQP.jl](https://github.com/PharosAbad/StatusSwitchingQP.jl) | | | MIT | LP, QP |
| [Tulip.jl](https://github.com/ds4dm/Tulip.jl) | | | MPL-2 | LP |

Where:
Expand Down

0 comments on commit 4b5751c

Please sign in to comment.