tkoolen / Parametron.jl

Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia
Other
73 stars 7 forks source link

Add appveyor? #14

Open rdeits opened 6 years ago

rdeits commented 6 years ago

We're not doing anything platform-specific, but it might be nice to test this on a 32-bit system just in case we accidentally assume Int === Int64 and break some of the optimizations. OSQP.jl has an appveyor build, so it should work OK.

rdeits commented 6 years ago

BTW, only the actual repo owner can turn on appveyor, so this isn't something I can do.