Learn R Programming

volesti (version 1.0.0)

Rcpp_Hpolytope: An Rcpp class to represent H-polytopes, exposed to R via modules.

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

Details

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.