GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

Ensured that cdlp and lcc also work with "vanilla" GraphBLAS. #205

Closed pcostanza closed 1 year ago

pcostanza commented 1 year ago

CDLP and LCC use SuiteSparse:GraphBLAS features. This pull request now enables them to work with "vanilla" GraphBLAS implementations as well.