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

mapreduce -> count #218

Closed blegat closed 5 years ago

blegat commented 5 years ago

The initial value of mapreduce should be given in the init keyword argument in Julia v1.0 but the init keyword argument doesn't work on Julia v0.6. The easiest fix is to replace it with count. This is needed to make ECOS work on Julia v1.0