LE: Linear extensions

View source: R/LE.R

LER Documentation

Linear extensions

Description

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

Usage

LE(Lambda)

Arguments

Lambda

incidence matrix.

Value

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

Author(s)

Alberto Arcagni

See Also

getlambda

Examples

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

parsec documentation built on Aug. 19, 2023, 5:07 p.m.