Renaming vertices_and_rays
#4011
Labels
enhancement
New feature or request
topic: polyhedral geometry
Issue concerns polyhedral geometry code
Currently,
vertices_and_rays
does not returnvertices
andrays
, butminimal_faces
andrays_modulo_lineality
. For the sake of consistency, would it be possible to:vertices_modulo_lineality
forminimal_faces
.vertices_and_rays
tovertices_and_rays_modulo_lineality
.Alternatively, we could make
vertices_and_rays
internal and tell users to useminimal_faces
andrays_modulo_lineality
(as well as their maximal cell incidences) seperately.The text was updated successfully, but these errors were encountered: