Skip to content

Commit df99525

Browse files
Oct 8 minutes
1 parent ee97231 commit df99525

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

minutes/2025-10-08.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Minutes, Oct 8, 2025
33
* agenda:
44

55
- assign one or more algorithms or utilities to everyone for review
6-
(see below)
6+
(see below): LAGraph
77

88
- new GraphBLAS features (review GxB API):
99

@@ -54,7 +54,7 @@ Minutes, Oct 8, 2025
5454

5555
LAGr_BreadthFirstSearch_Extended.c: uses LG_:
5656
LG_BreadthFirstSearch_SSGrB_Extended.c
57-
LG_BreadthFirstSearch_vanilla_Extended.c
57+
LG_BreadthFirstSearch_vanilla_Extended.c (skip this?)
5858
LAGr_PeerPressureClustering.c
5959
LAGraph_AllKCore.c: need both basic & adv methods; this is mixed
6060
LAGraph_AllKTruss.c
@@ -68,7 +68,6 @@ Minutes, Oct 8, 2025
6868
LAGraph_coloring_MIS.c
6969
LAGraph_coloring_independent_set.c
7070
LAGraph_lcc.c
71-
LAGraph_cdlp.c: use Container methods
7271

7372
abandon the need for vanilla methods and just return GrB_NOT_IMPLEMENTED
7473
if not using SuiteSparse/GraphBLAS.h.
@@ -98,14 +97,14 @@ Minutes, Oct 8, 2025
9897
LAGraph_argminmax.c
9998
LAGraph_msf.c
10099
LAGraph_BF_*.c: need just one variant
100+
LAGraph_cdlp.c: use Container methods
101101

102102
need new LAGraph_Graph enums:
103103

104104
LAGraph_MaximalMatching.c: need LAGraph_Graph incidence matrix
105-
LAGraph_Coarsen_Matching.c: need LAGraph_Graph incidence matrix,
106-
and vanilla method
105+
LAGraph_Coarsen_Matching.c: need LAGraph_Graph incidence matrix
107106
LAGr_MaximumMatching.c: need to switch to Container methods;
108-
need LAGraph_Graph bipartite graph, and vanilla method
107+
need LAGraph_Graph bipartite graph
109108
LAGraph_cc_lacc.c: unsure
110109

111110
do not consider:

0 commit comments

Comments
 (0)