L, a hash table, containing the indices of the vertices/rays used in the codim kfaces of P
Description
faces computes the faces of codimension k of the given Cone or Polyhedron, where k must be between 0 and the dimension of the second argument. The faces will be of the same class as the original convex object. If the parameterkis omitted,faces will return a HashTable containing the faces with the codimensions as keys.
For example, we can look at the edges of the cyclicPolytope with 5 vertices in 3 space
i1 : P = cyclicPolytope(3,5)
o1 = P
o1 : Polyhedron