]> AND Private Git Repository - rairo15.git/blob - images/iter_f0_chaos.dot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initialisation
[rairo15.git] / images / iter_f0_chaos.dot
1 digraph  {
2 000 [shape="none"label="000", pos="10,10!"];
3 001 [shape="none"label="001", pos="11.7320508076,11!"];
4 010 [shape="none", label="010", pos="12,10!"];
5 011 [shape="none", label="011", pos="13.7320508076,11!"];
6 100 [shape="none", label="100", pos="10,8!"];
7 101 [shape="none", label="101", pos="11.7320508076,9!"];
8 110 [shape="none", label="110", pos="12,8!"];
9 111 [shape="none", label="111", pos="13.7320508076,9!"];
10         000 -> 000 [color="blue"]
11         000 -> 010;
12         000 -> 001;
13         010 -> 010 [color="blue"] 
14         010 -> 110;
15         010 -> 011;
16         001 -> 000;
17         001 -> 001 [color="blue"]
18         001 -> 101;
19         101 -> 101 [color="blue"]
20         101 -> 100;
21         101 -> 111;
22         110 -> 110 [color="blue"]
23         110 -> 100;
24         110 -> 111;
25         011 -> 010;
26         011 -> 001;
27         011 -> 011 [color="blue"]
28         100 -> 000;
29         100 -> 100 [color="blue"]
30         100 -> 110 
31         111 -> 111 [color="blue"]
32         111 -> 011;
33         111 -> 101 
34 /*      
35         000 -> 100 [style="dashed"]
36         100 -> 101 [style="dashed"]
37         101 -> 001 [style="dashed"]
38         001 -> 011 [style="dashed"]
39         011 -> 111 [style="dashed"]
40         111 -> 110 [style="dashed"]
41         110 -> 010 [style="dashed"]
42         010 -> 000 [style="dashed"]
43 */
44
45 }