jump-dev / PiecewiseLinearOpt.jl

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

WIP: A total rewrite #40

Open joehuchette opened 4 years ago

joehuchette commented 4 years ago

Things that will be different:

joehuchette commented 4 years ago

Current status: All formulations ported over to new API, with minimal test coverate. Next step is a comprehensive collection of tests (including unit tests of subroutines inside formulations). Still outstanding after that: docs and utilities to move between V- and H-form.