aboutsummaryrefslogtreecommitdiff
path: root/train.dot
diff options
context:
space:
mode:
Diffstat (limited to 'train.dot')
-rw-r--r--train.dot18
1 files changed, 0 insertions, 18 deletions
diff --git a/train.dot b/train.dot
deleted file mode 100644
index 48d7d46..0000000
--- a/train.dot
+++ /dev/null
@@ -1,18 +0,0 @@
-graph G {
- 1 [color=blue];
- 2 [color=green];
- 3 [color=red];
- 5 [color=red];
- 11 [color=red];
- 1 -- 3 [color=red];
- 4 -- 3;
- 11 -- 2 [color=red];
- 9 -- 3;
- 6 -- 7
- 4 -- 5;
- 10 -- 8;
- 5 -- 3 [color=red];
- 3 -- 8;
- 5 -- 11 [color=red];
- 4 -- 9;
-}