Skip to content

Commit

Permalink
[docs] update EAGO in list of solvers (#3560)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriAlston authored Nov 5, 2023
1 parent 944e5c5 commit c831cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
user = "darnstrom"
rev = "v0.5.1"
# [EAGO]
# user = "PSORLab"
# user = "PSORLab"
# rev = "v0.8.1"
[GAMS]
user = "GAMS-dev"
rev = "c5dee9f929e9d2f4433ae09fa92b8d872c9c43e0"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The link in the `Solver` column is the corresponding Julia package.
| [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 | (MI)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 |
Expand Down

0 comments on commit c831cc6

Please sign in to comment.