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

Add support for SSCDF format #129

Open jim22k opened 2 years ago

jim22k commented 2 years ago

SSCDF format is based on the internal structures used by SuiteSparse:GraphBLAS, but it meant to be a generic enough spec that any sparse matrix library can use it.

LAGraph should have a reader/writer of this format. And given the early nature of the spec, an LAGraph implementation could help inform the spec and make sure it covers real needs for real graphs.