gen_skinny_cube: Generator function for skinny hypercubes

View source: R/gen_skinny_cube.R

gen_skinny_cubeR Documentation

Generator function for skinny hypercubes

Description

This function generates a d-dimensional skinny hypercube [-1,1]^{d-1}\times [-100,100].

Usage

gen_skinny_cube(dimension)

Arguments

dimension

The dimension of the skinny hypercube.

Value

A polytope class representing the d-dimensional skinny hypercube in H-representation.

Examples

# generate a 10-dimensional skinny hypercube.
P = gen_skinny_cube(10)

volesti documentation built on Sept. 19, 2023, 5:08 p.m.