-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
These Int64
MathProgBase.jl/test/conicinterface.jl
Lines 795 to 796 in 85c32c9
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels