We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a1f15 commit 53d2c6cCopy full SHA for 53d2c6c
1 file changed
include/LAGraphX.h
@@ -1564,6 +1564,17 @@ int LAGraph_MinCut(
1564
char *msg
1565
);
1566
1567
+LAGRAPHX_PUBLIC
1568
+int LAGraph_MinCut(
1569
+ //outputs
1570
+ GrB_Vector S,
1571
+ GrB_Vector S_bar,
1572
+ // inputs
1573
+ GrB_Matrix R, //residual graph
1574
+ GrB_Index s, //source node index
1575
+ GrB_Index t, //sink node index
1576
+ char *msg
1577
+);
1578
//------------------------------------------------------------------------------
1579
// Louvain sub-algorithms
1580
0 commit comments