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

LG_BreadthFirstSearch_vanilla still uses index_ramp #120

Closed mcmillan03 closed 2 years ago

mcmillan03 commented 2 years ago

Need to update vanilla BFS to 2.0 API (e.g., index unary operators).

DrTimothyAldenDavis commented 2 years ago

Fixed.