Learn R Programming

parsec (version 1.1.1)

lexLE: Lexicographic linear extensions

Description

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

Usage

lexLE(Lambda)

Arguments

Lambda
cover matrix related to the variables.

Value

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

See Also

getlambda

Examples

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

Run the code above in your browser using DataLab