File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
name : Download X64 Installers
50
50
run : |
51
51
curl -L -o ~/installers/gurobi.tar.gz https://packages.gurobi.com/11.0/gurobi11.0.0_linux64.tar.gz
52
- curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.2 /linux64/CardinalOptimizer-7.2.2 -lnx64.tar.gz
52
+ curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.4 /linux64/CardinalOptimizer-7.2.4 -lnx64.tar.gz
53
53
curl -L -o ~/installers/mosek.tar.bz2 https://download.mosek.com/stable/10.2.0/mosektoolslinux64x86.tar.bz2
54
54
curl -L -o ~/installers/idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-solvers-ubuntu2204-x86_64.tar.gz
55
55
58
58
name : Download ARM64 Installers
59
59
run : |
60
60
curl -L -o ~/installers/gurobi.tar.gz https://packages.gurobi.com/11.0/gurobi11.0.0_armlinux64.tar.gz
61
- curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.2 /linux64/CardinalOptimizer-7.2.2 -aarch64_lnx.tar.gz
61
+ curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.4 /linux64/CardinalOptimizer-7.2.4 -aarch64_lnx.tar.gz
62
62
curl -L -o ~/installers/mosek.tar.bz2 https://download.mosek.com/stable/10.2.0/mosektoolslinuxaarch64.tar.bz2
63
63
curl -L -o ~/installers/idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-lib-ubuntu2204-aarch64.tar.gz
64
64
Original file line number Diff line number Diff line change 49
49
name : Download Universal Installers
50
50
run : |
51
51
curl -L -o ~/installers/gurobi.pkg https://packages.gurobi.com/11.0/gurobi11.0.0_macos_universal2.pkg
52
- curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.2 /osx64/CardinalOptimizer-7.2.2 -universal_mac.tar.gz
52
+ curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.4 /osx64/CardinalOptimizer-7.2.4 -universal_mac.tar.gz
53
53
54
54
- if : ${{ (steps.cache-installers-macos.outputs.cache-hit != 'true') && (inputs.ARCH == 'X64') }}
55
55
shell : bash
Original file line number Diff line number Diff line change 52
52
name : Download Installers
53
53
run : |
54
54
curl -L -o D:\installers\gurobi.msi https://packages.gurobi.com/11.0/Gurobi-11.0.0-win64.msi
55
- curl -L -o D:\installers\copt.zip https://pub.shanshu.ai/download/copt/7.2.2 /win64/CardinalOptimizer-7.2.2 -win64.zip
55
+ curl -L -o D:\installers\copt.zip https://pub.shanshu.ai/download/copt/7.2.4 /win64/CardinalOptimizer-7.2.4 -win64.zip
56
56
curl -L -o D:\installers\mosek.msi https://download.mosek.com/stable/10.2.0/moseksetupwin64x86.msi
57
57
curl -L -o D:\installers\idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-solvers-windows-x86_64.tar.gz
58
58
Original file line number Diff line number Diff line change 1
1
Gurobi = " 11.0.0"
2
- COPT = " 7.2.2 "
2
+ COPT = " 7.2.4 "
3
3
MOSEK = " 10.2.0"
4
4
HiGHS = " 1.8.1"
5
5
IPOPT = " 3.13.2"
You can’t perform that action at this time.
0 commit comments