Learn R Programming

volesti (version 1.0.0)

IntVP: 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 coresponding 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 these kinf of polytopes the default value is 4.

  • dimension An integer that declares the dimension of the polytope.