SupposeNot / RAMP

Research Assistant for Maps and Polytopes
4 stars 0 forks source link

ViewGraph for directed graphs #121

Closed SupposeNot closed 2 years ago

SupposeNot commented 2 years ago

As an example, if I have a poset obtained from a polytope, it would be nice if I could view the resulting directed graph. E.g.,

p:=PosetFromManiplex(Cube(3));
h:=HasseDiagramOfPoset(p);
ViewGraph(h);