Find all minimally consistent covers of a set subject to the specified DAG constraint

dagmin(S, G, delimsep = ",", maxrank = NULL, verbose = TRUE)

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

delimsep

The delimeter for reading a text file

maxrank

The maximum rank community to consider

verbose

Controls level of output

Value

A list all minimally consistent covers and their s.flags and x.flags

Examples

dagmin(S,G)
#> Error: object 'S' not found