Add graph references
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user