blob: 9baa68cd0996742d9347a7b4398b843b96b27a5e (
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 [color=red]
0 -- 2
0 -- 3
0 -- 4
1 -- 2
1 -- 3
1 -- 4
2 -- 3 [color=red]
2 -- 4
3 -- 4
}
|