Syntax:
getVertices(
)
Type:
Purpose:
Example:
intmat M[4][3]= 1,0,0, 1,2,0, 1,0,2, 1,2,2, 1,1,1; polytope p=polytopeViaVertices(M); getVertices(p); ==> 1,2,0, ==> 1,0,0, ==> 1,0,2, ==> 1,2,2