P = Poset(DiGraph({'a':['b'],'b':['c'],'c':['d']}), facade = True);P
P.comparability_graph() ------ cannot run
........ dot -Txdot file.dot | dot2tex > file.tex .............
1 | initial version |
P = Poset(DiGraph({'a':['b'],'b':['c'],'c':['d']}), facade = True);P
P.comparability_graph() ------ cannot run
........ dot -Txdot file.dot | dot2tex > file.tex .............
2 | No.2 Revision |
P = Poset(DiGraph({'a':['b'],'b':['c'],'c':['d']}), facade = P.comparability_graph() ------ cannot run
........ dot -Txdot file.dot | dot2tex > file.tex .............