We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have HPolytope <: AbstractPolytope, but this interface requires an implementation of vertices_list. Consequently, some operations break.
HPolytope <: AbstractPolytope
vertices_list
There is a bug in the interface checking function, hence we did not detect that this function is missing.
Actually, if we have vertices_list, we might as well add VPolytope because we get tovrep for free (we can leave tohrep open for now).
VPolytope
tovrep
tohrep
The text was updated successfully, but these errors were encountered:
yes; this is an instance to use the polyhedra manipulation library.
Sorry, something went wrong.
mforets
No branches or pull requests
We have
HPolytope <: AbstractPolytope
, but this interface requires an implementation ofvertices_list
. Consequently, some operations break.There is a bug in the interface checking function, hence we did not detect that this function is missing.
Actually, if we have
vertices_list
, we might as well addVPolytope
because we gettovrep
for free (we can leavetohrep
open for now).The text was updated successfully, but these errors were encountered: