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
229
stars
61
forks
source link
LCC: Use the optimized version again, and fix the problem that caused the recent bug. #202
The recent bug was not in LCC itself, but caused by the call site not caching the required information (nself_edges and is_symmetric_structure). This patch reintroduces the improved LCC version and adds a check whether the required information is indeed cached.
The recent bug was not in LCC itself, but caused by the call site not caching the required information (nself_edges and is_symmetric_structure). This patch reintroduces the improved LCC version and adds a check whether the required information is indeed cached.