Learn R Programming

parsec (version 1.1.1)

LE: Linear extensions

Description

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

Usage

LE(Lambda)

Arguments

Lambda
incidence matrix related to the variables.

Value

  • a list of vetors representing all variables orders compatible with the Lambda incidence matrix.

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