summaryrefslogtreecommitdiffstats
path: root/report/k5_3.gv
blob: 38899c11146b902eee64e8b821d892da22c78491 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}