Skip to content

Commit 23147e1

Browse files
committed
fix: change data matrices types
1 parent 6a2fe26 commit 23147e1

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

data/minimal_demo/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
This 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

data/minimal_demo/graph/call.mtx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%MatrixMarket matrix coordinate pattern general
2-
%%GraphBLAS type double
2+
%%GraphBLAS type integer
33
9 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

data/minimal_demo/graph/image.png

81.2 KB
Loading

data/minimal_demo/graph/owns.mtx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%%MatrixMarket matrix coordinate pattern general
22
%%GraphBLAS type double
33
9 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
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%MatrixMarket matrix coordinate pattern general
22
%%GraphBLAS type double
33
9 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

data/minimal_demo/image.png

-90.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)