poly_gen {volesti} | R Documentation |
An internal Rccp function as a polytope generator
poly_gen(kind_gen, Vpoly_gen, dim_gen, m_gen)
kind_gen |
An integer to declare the type of the polytope. |
Vpoly_gen |
A boolean parameter to declare if the requested polytope has to be in V-representation. |
dim_gen |
An integer to declare the dimension of the requested polytope. |
m_gen |
An integer to declare the number of generators for the requested random zonotope. |
A numerical matrix describing the requested polytope
Do not use this function.