Vpolytope {volesti} | R Documentation |
R
class to represent V-polytopes.A V-polytope is defined as the convex hull of m d-dimensional points which corresponds to its vertices.
V
A m\times d numerical matrix that contains the vertices row-wise
type
An integer that declares the representation of the polytope. For V-representation the default value is 2.
dimension
An integer that declares the dimension of the polytope.