Skip to content

Commit

Permalink
Upgrade COPT
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Feb 19, 2024
1 parent dc74338 commit 3ce4986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_optimizers_linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
name: Download Installers
run: |
curl -L -o ~/installers/gurobi.tar.gz https://packages.gurobi.com/11.0/gurobi11.0.0_linux64.tar.gz
curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.0.6/linux64/CardinalOptimizer-7.0.6-lnx64.tar.gz
curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.1.0/linux64/CardinalOptimizer-7.1.0-lnx64.tar.gz
curl -L -o ~/installers/mosek.tar.bz2 https://download.mosek.com/stable/10.1.22/mosektoolslinux64x86.tar.bz2
- name: Setup Gurobi Installation
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup_optimizers_windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
name: Download Installers
run: |
curl -L -o D:\installers\gurobi.msi https://packages.gurobi.com/11.0/Gurobi-11.0.0-win64.msi
curl -L -o D:\installers\copt.zip https://pub.shanshu.ai/download/copt/7.0.6/win64/CardinalOptimizer-7.0.6-win64.zip
curl -L -o D:\installers\copt.zip https://pub.shanshu.ai/download/copt/7.1.0/win64/CardinalOptimizer-7.1.0-win64.zip
curl -L -o D:\installers\mosek.msi https://download.mosek.com/stable/10.1.22/moseksetupwin64x86.msi
- name: Setup Gurobi Installation
Expand Down
2 changes: 1 addition & 1 deletion optimizer_version.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gurobi = "11.0.0"
COPT = "7.0.6"
COPT = "7.1.0"
MOSEK = "10.1.22"
HiGHS = "1.6.0"

0 comments on commit 3ce4986

Please sign in to comment.