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
228 stars 61 forks source link

Rename LAGraph_CDLP_nosort to LAGraph_CDLP. #197

Closed pcostanza closed 1 year ago

pcostanza commented 1 year ago

The CDLP variant that does not require a sorting step is now the default. The previous CDLP default variant is now called LAGraph_CDLP_withsort.