LazySets.jl icon indicating copy to clipboard operation
LazySets.jl copied to clipboard

Unary convex hull

Open schillic opened this issue 4 years ago • 0 comments

convex_hull expects several arguments because the most common case is the union of two or more convex sets. But since we also have non-convex sets, it makes sense to compute the convex hull of a single set.

For all convex sets X, convex_hull(X) should be a no-op.

schillic avatar Jun 28 '21 10:06 schillic