Skip to content

Commit 0dc7382

Browse files
authored
Add cuPDLPx (#4112)
1 parent c9951b2 commit 0dc7382

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.vale.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Google.Latin = NO
4040
[docs/src/packages/cuOpt.md]
4141
Google.Colons = NO
4242

43+
[docs/src/packages/CuPDLPx.md]
44+
Vale.Spelling = NO
45+
4346
[docs/src/packages/EAGO.md]
4447
Google.Periods = NO
4548

docs/packages.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@
149149
user = "oxfordcontrol"
150150
rev = "v0.8.9"
151151
has_html = true
152+
[CuPDLPx]
153+
user = "MIT-Lu-Lab"
154+
rev = "v0.2.5"
152155
[DAQP]
153156
user = "darnstrom"
154157
rev = "v0.7.1"

docs/src/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ The link in the `Solver` column is the corresponding Julia package.
123123
| [CPLEX](https://www.ibm.com/analytics/cplex-optimizer/) | [CPLEX.jl](https://github.com/jump-dev/CPLEX.jl) | Manual | Comm. | (MI)LP, (MI)SOCP |
124124
| [CSDP](https://github.com/coin-or/Csdp) | [CSDP.jl](https://github.com/jump-dev/CSDP.jl) | | EPL | LP, SDP |
125125
| [NVIDIA cuOpt](https://github.com/NVIDIA/cuOpt) | [cuOpt.jl](https://github.com/jump-dev/cuOpt.jl) | | Apache | (MI)LP |
126+
| [cuPDLPx](https://github.com/MIT-Lu-Lab/cuPDLPx) | [CuPDLPx.jl](https://github.com/MIT-Lu-Lab/CuPDLPx.jl) | | Apache | LP |
126127
| [DAQP](https://github.com/darnstrom/daqp) | [DAQP.jl](https://github.com/darnstrom/DAQP.jl) | | MIT | (Mixed-binary) QP |
127128
| [EAGO.jl](https://github.com/psorlab/EAGO.jl) | | | MIT | (MI)NLP |
128129
| [ECOS](https://github.com/ifa-ethz/ecos) | [ECOS.jl](https://github.com/jump-dev/ECOS.jl) | | GPL | LP, SOCP |

0 commit comments

Comments
 (0)