An implementation of the Double Description method
Description:
Motzkins method is used for generating vertices and rays of a general convex polyhedron. The outputs is based on a matrix of linear inequalities. The program can be used for the reverse operation to compute a convex hull, so this means one can move back and forth between an inequality representation and a generator representation of a polyhedron. Got it :)