matbesancon / MathOptSetDistances.jl

Distances to sets for MathOptInterface
MIT License
24 stars 4 forks source link

Add projection api #4

Closed matbesancon closed 4 years ago

matbesancon commented 4 years ago

Suggested by @mlubin

Add a projection API, which instead of returning the distance, returns the projected point on the set, i.e.

arg min_y ||v - y||
y in S