Open rdeits opened 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.
Int === Int64
BTW, only the actual repo owner can turn on appveyor, so this isn't something I can do.
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.