JuliaOpt / MathProgBase.jl

DEPRECATED: Solver-independent functions (i.e. linprog and mixintprog) and low-level interface for Mathematical Programming
Other
80 stars 38 forks source link

Hardcoded Int64 #221

Open juan-pablo-vielma opened 5 years ago

juan-pablo-vielma commented 5 years ago

These Int64 https://github.com/JuliaOpt/MathProgBase.jl/blob/85c32c911e85c97c4d639f534c9bc56f0f09b21a/test/conicinterface.jl#L795-L796 can make tests fail in 32-bit architectures. For instance, they are one of the sources of JuliaOpt/ECOS.jl#47