issues
search
ldbc
/
sigmod2014-contest-graphblas
GraphBLAS solution for the 2014 SIGMOD Programming Contest
Apache License 2.0
3
stars
1
forks
source link
Implement Q4 in C++
#16
Closed
szarnyasg
closed
4 years ago
szarnyasg
commented
4 years ago
Variants:
[ ] n naive BFS (skippable)
[ ] n push-pull BFS
[x] MSBFS
[ ] push-pull MSBFS
[x] bitwise MSBFS (using bitwise ops such as
GrB_BOR
)
[ ] bitwise push-pull MSBFS
Variants:
GrB_BOR
)