IntVP {volesti} | R Documentation |
R
class to represent the intersection of two V-polytopes.An intersection of two V-polytopes, P_1, P_2, is defined by the intersection of the two coresponding convex hulls.
V1
The numerical matrix that contains the vertices of P_1 row-wise.
V2
The numerical matrix that contains the vertices of P_2 row-wise.
type
An integer that declares the representation of the polytope. For these kinf of polytopes the default value is 4.
dimension
An integer that declares the dimension of the polytope.