Learn R Programming

volesti (version 1.0.0)

Hpolytope: An R class to represent H-polytopes.

Description

A H-polytope is a convex polytope defined by a set of linear inequalities or equivalently a \(d\)-dimensional H-polytope with \(m\) facets is defined by a \(m\times d\) matrix A and a \(m\)-dimensional vector b, s.t.: \(Ax\leq b\).

Arguments

Fields

  • A A \(m\times d\) numerical matrix A

  • b \(m\)-dimensional vector b

  • type An integer that declares the representation of the polytope. For H-representation the default value is 1.

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