summaryrefslogtreecommitdiffstats
path: root/report/k5_7.gv
blob: 3b88e7c1a6aa1b46d0b6c8e391ec12ad995ff71f (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
	0 -- 4

	1 -- 2
	1 -- 3
	1 -- 4

	2 -- 3
	2 -- 4

	3 -- 4 [color=red]
}