Mercurial > hg > Members > tatsuki > Alice
diff scripts/topology/test.dot @ 31:5c704b9a9a87
add ring script
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 17 Jan 2012 20:24:46 +0900 |
parents | scripts/test.dot@414fcce36e90 |
children | 0b25b48116b6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/topology/test.dot Tue Jan 17 20:24:46 2012 +0900 @@ -0,0 +1,8 @@ +digraph ring { + node0 -> node1 [label="right"] + node1 -> node0 [label="left"] + node1 -> node2 [label="right"] + node2 -> node1 [label="left"] + node2 -> node0 [label="right"] + node0 -> node2 [label="left"] +} \ No newline at end of file