Arjun Suresh (talk | contribs) (Created page with "<graphviz caption='1996.2.23'> digraph example { rankdir=LR; node [shape = none] ""; node [shape = circle]; A->BC [label="1/1"]; A->D [label="0/0"]; BC->BC [label="1/1"]; BC ...") |
Arjun Suresh (talk | contribs) |
||
Line 1: | Line 1: | ||
− | <graphviz caption='1996. | + | <graphviz caption='1996.12'> |
digraph example { | digraph example { | ||
rankdir=LR; | rankdir=LR; | ||
node [shape = none] ""; | node [shape = none] ""; | ||
+ | node [shape = doublecircle] D,A; | ||
node [shape = circle]; | node [shape = circle]; | ||
− | A-> | + | A->B [label="0"]; |
− | + | A->B [label="1"]; | |
− | + | B->A [label="0"]; | |
− | + | B->A [label="1"]; | |
− | D -> | + | A->a [label="a"]; |
− | + | A->D [label="b"]; | |
+ | D -> E [label="a"]; | ||
+ | E -> E[label="a"]; | ||
+ | E -> E[label="b"]; | ||
} | } | ||
</graphviz> | </graphviz> |