summaryrefslogtreecommitdiffstats
path: root/report/k5_3.gv
diff options
context:
space:
mode:
Diffstat (limited to 'report/k5_3.gv')
-rw-r--r--report/k5_3.gv18
1 files changed, 18 insertions, 0 deletions
diff --git a/report/k5_3.gv b/report/k5_3.gv
new file mode 100644
index 0000000..38899c1
--- /dev/null
+++ b/report/k5_3.gv
@@ -0,0 +1,18 @@
+graph "k5_1" {
+ layout=circo
+ node [ shape=circle ]
+
+ 0 -- 1
+ 0 -- 2
+ 0 -- 3 [color=red]
+ 0 -- 4
+
+ 1 -- 2 [color=red]
+ 1 -- 3
+ 1 -- 4
+
+ 2 -- 3
+ 2 -- 4
+
+ 3 -- 4
+}