Type Definition polytope::Element [] [src]

type Element = Box<[usize]>;

An element represented as the list of indices of its lower dimensional bounding elements.