jump-dev / PiecewiseLinearOpt.jl

Solve optimization problems containing piecewise linear functions
Other
53 stars 21 forks source link

Compatibility julia 1.0 #29

Closed juliebuard closed 5 years ago

juliebuard commented 5 years ago

updated the package to run on julia 1.0

joehuchette commented 5 years ago

Thanks for this!

This will not work on julia v0.6, but should work on v0.7. Could you update the REQUIRE file with a lower bound on julia for v0.7?

juliebuard commented 5 years ago

@joehuchette : I have updated the REQUIRE

joehuchette commented 5 years ago

Thank you, @juliebuard!