These Int64
|
con_cones = Tuple{Symbol,Array{Int64,1}}[(:NonNeg, [1]), (:Zero, [2]), (:NonNeg, [3]), (:NonNeg, [4]), (:NonNeg, [5]), (:SOC, [6, 7, 8]), (:NonNeg, [9]), (:ExpPrimal, [12, 11, 10]), (:NonNeg, [13])] |
|
var_cones = Tuple{Symbol,Array{Int64,1}}[(:Free, [1, 2, 3, 4, 5])] |
can make tests fail in 32-bit architectures. For instance, they are one of the sources of
jump-dev/ECOS.jl#47
These
Int64MathProgBase.jl/test/conicinterface.jl
Lines 795 to 796 in 85c32c9
can make tests fail in 32-bit architectures. For instance, they are one of the sources of jump-dev/ECOS.jl#47