Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polyhedra interface #3

Open
blegat opened this issue Nov 27, 2016 · 2 comments
Open

Polyhedra interface #3

blegat opened this issue Nov 27, 2016 · 2 comments

Comments

@blegat
Copy link

blegat commented Nov 27, 2016

Would you be interested in implementing the Polyhedra interface ?
This packages aims at providing a common high level interface for different convex hull algorithms and implementations (CDD, LRS, qhull, ConvexHull.jl, ...)

@cc7768
Copy link
Owner

cc7768 commented Nov 28, 2016

This package is pretty restricted in what it can do -- It only takes convex hulls of sets of points in two dimensions (v-representation). I needed it for a pretty simple case and at the time I didn't find Polyhedra or another suitable package to do these things. If I had found another package then I probably wouldn't have written this code.

I'm a bit time constrained at the moment, but if you think it would be useful to have a Polyhedra interface then I could try to find some time in next couple months. Are there any instructions on what is needed to create the interface?

@blegat
Copy link
Author

blegat commented Nov 28, 2016

Even if it handles a particular case, this case is very common and having an efficient implementation in Julia for this case would surely be beneficial.

There currently isn't any instruction but there is two examples: CDDLib and LRSLib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants