-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Which convex hull algorithm is this package based on? #44
Comments
You have a list of different libraries you can choose from https://juliapolyhedra.github.io/. If you use the default implementation in Polyhedra.jl, it depends whether you removing redundancy or computing the H-representation, it would help to have a code example of what you are doing. |
Oh, I see, thanks a lot! I'm just curious about what the underlying algorithm of this package is. Now I see it's the Quickhull. Thanks! :)
|
Ah yes, I missed that the issue was opened on this package and not Polyhedra.jl, yest it's this one http://www.qhull.org/ |
Thanks to you and these valuable packages! 👍 |
Hey, @blegat , I'm here again. I would like to ask whether |
Not aware of any library doing that. I would probably first compute the convex hull of all the points and then look at the sensitivity, ideally with a linear programming approach. |
OK. Many thanks. 🤝 |
Hi, everyone! May I ask which convex hull algorithm is this package based on (Are there any references?)? And what are the differences between this package and the convex hull algorithm introduced here? Which one is more efficient?
Thanks in advance!
The text was updated successfully, but these errors were encountered: