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 .............
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.