adow031 / PoGO.jl

PoGO is a Julia package that facilitates automatic piecewise linearization of various non-linear functions within JuMP models.
Other
11 stars 1 forks source link

interpolate() when number of variables matches the dimension of the points #14

Open adow031 opened 1 year ago

adow031 commented 1 year ago

If the number of variables is equal to the number of dimensions of each of the points, then the constraint will single require that the variables lie inside the convex hull of the set of points. This can be implemented is a less complicated way than it is currently.

adow031 commented 1 year ago

This should have referred to the interpolate_points() function.