Files
agent_compositor_test/references/igraph-1.0.1/tests/unit/igraph_join.out
T
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

55 lines
282 B
Plaintext

Standard join.
directed: false
vcount: 9
edges: {
0 1
0 4
0 5
0 6
0 7
0 8
1 2
1 4
1 5
1 6
1 7
1 8
2 2
2 4
2 5
2 6
2 7
2 8
3 4
3 5
3 6
3 7
3 8
4 5
5 6
6 6
6 8
}
Standard directed join.
directed: true
vcount: 5
edges: {
0 1
0 2
0 3
0 4
1 2
1 3
1 4
2 0
2 1
2 3
3 0
3 1
4 0
4 1
4 3
}