Internal routine to find all rank-1 communities

.comrank1(S, G)

Arguments

S

A matrix whose columns are the elements to be covered, and whose rows are the available subsets from which to build the covers

G

The adjacency matrix specifying the DAG

Value

A list of all rank-1 communities

Examples

comrank1(S,G)
#> Error in comrank1(S, G): could not find function "comrank1"