summaryrefslogtreecommitdiffstats
path: root/report/k5.gv
blob: 4bc412210f04cb7351a0c15152c8b8ba5e10ab02 (plain) (blame)
1
2
3
4
5
6
7
8
9
graph "k5" {
	layout=circo
	node [ shape=circle ];

	0 -- { 1, 2, 3, 4 }
	1 -- { 2, 3, 4 }
	2 -- { 3, 4 }
	3 -- 4
}