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

Final coarsening touches #237

Closed VidithM closed 1 year ago

VidithM commented 1 year ago
DrTimothyAldenDavis commented 1 year ago

The mac build is failing because of a bug in the build.yml, with the brew commands. The current branches the are active right now are:

stable: the v1.0.1 version v1.0.2: an minor update to the stable branch (doesn't have your maximal matching). It has a fixed build.yml for the brew commands on the mac dev: I can't recall what the status of this is. The build.yml is broken but I will fix it now. v1.1: a branch where I'm revising LAGraph to use the new GrB get/set, and also where we're looking at what algorithms and utilities could be moved from experimental into src. It also has the fix to the build.yml. We should copy the maximal matching / coarsening methods into this branch.

VidithM commented 1 year ago

Sounds good, I'll open up a new PR to move the maximal matching and coarsening methods/tests into v1.1