Skip to content

Obtaining the convex hull of large number of convex sets #1088

Discussion options

You must be logged in to vote

You are generating them somewhere, so simply put all in a cell and then do hull(these{:})

Although it sounds like a very expensive representation if the sets actually look like this. Just compute all the vertices explicitly and then corresponding convex hull vertices, and then generate the constraint

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gayanlanke
Comment options

@johanlofberg
Comment options

Answer selected by gayanlanke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants