ldbc / ldbc_graphalytics_platforms_graphblas

LDBC Graphalytics implementation using SuiteSparse:GraphBLAS and LAGraph
Apache License 2.0
4 stars 7 forks source link

Cache information needed by LAGraph_lcc. #42

Closed pcostanza closed 1 year ago

pcostanza commented 1 year ago

LAGraph_lcc needs two pieces of information about its input graph, nself_edges and is_symmetric_structure, but Graphalytics didn't provide it. This PR fixes the problem.