File tree Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 11This example contatins the following graph:
22![ alt text] ( image.png )
33
4- ` .mat ` files is a edges decomposition of the graph above.
5- ` .txt ` file contain map from every node to its type.
4+ ` .mat ` files is a edges decomposition of the graph above. third column stores edge number
65
Original file line number Diff line number Diff line change 11%%MatrixMarket matrix coordinate pattern general
2- %%GraphBLAS type double
2+ %%GraphBLAS type integer
339 9 3
4- 1 4 0.33333
5- 1 3 0.33333
6- 3 4 0.33333
4+ 1 4 4
5+ 1 3 7
6+ 3 4 6
Original file line number Diff line number Diff line change 11%%MatrixMarket matrix coordinate pattern general
22%%GraphBLAS type double
339 9 5
4- 1 9 0.2
5- 2 7 0.2
6- 2 8 0.2
7- 3 6 0.2
8- 4 5 0. 2
4+ 1 9 3
5+ 2 7 12
6+ 2 8 11
7+ 3 6 9
8+ 4 5 2
Original file line number Diff line number Diff line change 11%%MatrixMarket matrix coordinate pattern general
22%%GraphBLAS type double
339 9 4
4- 5 6 0.25
5- 5 9 0.25
6- 6 7 0.25
7- 6 9 0.25
4+ 5 6 5
5+ 5 9 1
6+ 6 7 10
7+ 6 9 8
You can’t perform that action at this time.
0 commit comments