File: igraph_write_graph_lgl.out

package info (click to toggle)
igraph 0.10.15%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,364 kB
  • sloc: ansic: 131,663; cpp: 20,571; xml: 2,747; python: 411; makefile: 162; javascript: 20; sh: 9
file content (37 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (6)
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
Output without isolates:
# 0
1
2
# 1
2
3
# 2
4
# 3
4

Output with isolates:
# 0
1
2
# 1
2
3
# 2
4
# 3
4
# 5
# 6

Output vertex and edge labels:
# A
B 1
C 4
# B
C 3
D 2
# C
E 5
# D
E 6