gen_skinny_cube {volesti} | R Documentation |
Generator function for skinny hypercubes
Description
This function generates a -dimensional skinny hypercube
.
Usage
gen_skinny_cube(dimension)
Arguments
dimension |
The dimension of the skinny hypercube. |
Value
A polytope class representing the -dimensional skinny hypercube in H-representation.
Examples
# generate a 10-dimensional skinny hypercube.
P = gen_skinny_cube(10)
[Package volesti version 1.1.2-7 Index]