COPT-Public / COPT.jl

Julia interface for COPT (Cardinal Optimizer)
Other
36 stars 4 forks source link

Consider adding CI #4

Closed odow closed 2 years ago

odow commented 2 years ago

We can test Gurobi on CI by installing the license from a secret environment variable: https://github.com/jump-dev/Gurobi.jl/blob/e1a163acfa8aca98059bbef43c0aefe0f540591d/.github/workflows/ci.yml#L31-L34

This would only work if you can generate some uber-license that works regardless of the machines MAC address.

Would require https://github.com/COPT-Public/COPT.jl/issues/3

lschork2 commented 2 years ago

Since version 4.0.5 COPT solves LP models up to size 10k-by-10k and other models up to 2k-by-2k without license (for non-commercial use). This seems to be enough for the tests from MathOptInterface.