Learn R Programming

volesti (version 1.1.0)

VpolytopeIntersection: An R class to represent the intersection of two V-polytopes.

Description

An intersection of two V-polytopes, \(P_1\), \(P_2\), is defined by the intersection of the two corresponding convex hulls.

Arguments

Fields

  • 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 this polytope the default value is 4.

  • dimension The dimension of the polytope.

  • volume The volume of the polytope, if it is known.