jump-dev / PiecewiseLinearOpt.jl

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

Change bivariate formulation interface #28

Open joehuchette opened 6 years ago

joehuchette commented 6 years ago

Something like:

piecewiselinear(model, x1, x2, method=:6Stencil, x1formulation=:Log, x2formulation=:ZigZag)

is much clearer. cc @chriscoey

joehuchette commented 6 years ago

Related to #23