-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom2.graf
More file actions
97 lines (95 loc) · 1.46 KB
/
Copy pathrandom2.graf
File metadata and controls
97 lines (95 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
0
13
63
0
-1
0#778,2982#859,0504##
1#177,6231#546,5508##
2#445,835#975,5228##
3#505,0742#762,6113##
4#324,7463#648,368##
5#425,2188#204,9648##
6#286,3088#915,1135##
7#556,6921#483,6382##
8#266,5971#123,0368##
9#774,1396#523,1798##
10#629,9882#828,6736##
11#366,9008#390,2077##
12#676,3101#282,9356##
0#0#0##
1#0#0##
2#0#0##
3#0#0##
4#4#3##
5#4#4##
6#4#4##
7#4#4##
8#5#5##
9#5#5##
10#5#5##
11#6#1##
12#6#1##
13#6#1##
14#6#2##
15#6#3##
16#6#3##
17#6#3##
18#6#3##
19#6#4##
20#6#6##
21#7#3##
22#7#3##
23#7#5##
24#7#5##
25#7#7##
26#7#7##
27#7#7##
28#8#1##
29#8#1##
30#8#1##
31#8#1##
32#8#5##
33#8#8##
34#9#0##
35#9#0##
36#9#0##
37#9#0##
38#9#7##
39#9#7##
40#9#7##
41#9#9##
42#9#9##
43#10#0##
44#10#2##
45#10#2##
46#10#7##
47#10#7##
48#11#3##
49#11#3##
50#11#3##
51#11#3##
52#11#3##
53#11#4##
54#11#4##
55#11#5##
56#11#7##
57#11#7##
58#11#8##
59#11#8##
60#11#8##
61#12#7##
62#12#9##
Saved on: 04.01.2008 16:37:18
/*
* Structure of a valid '.graf' or '.txt' file:
*
* 1st line: 0|1 - orientation (1 for oriented)
* 2nd line: <nr of vertices>
* 3rd line: <nr of edges>
* 4th line: <nr of finish points>
* 5th line: <index of start point (base 0; -1 for none)>
* next <nr of vertices> lines: <vertex index (base 0)> '#' <vertex X wrt 1000> '#' <vertex Y wrt 1000> '#' <vertex name> '#'
* next <nr of edges> lines: <edge index (base 0)> '#' <source vertex index (base 0)> '#' <destination vertex index (base 0)> '#' <edge name> '#'
* next <nr of finish points> lines: <vertex index (base 0)>
*
*/