Learn R Programming

parsec (version 1.2.7)

LE: Linear extensions

Description

The function generates all of the linear extensions of the partial order defined by the incidence matrix Lambda.

Usage

LE(Lambda)

Value

a list of vectors representing all linear orders compatible with the Lambda incidence matrix.

Arguments

Lambda

incidence matrix.

Author

Alberto Arcagni

See Also

getlambda

Examples

Run this code
Lambda <- getlambda(A < B, A < C, D < C)
LE(Lambda)

Run the code above in your browser using DataLab