Learn R Programming

editrules (version 2.9.5)

isFeasible: Check consistency of set of edits

Description

When variables are eliminated one by one from a set of edits, eventually either no edits are left or an obvious contradiction is encountered. In the case no records can obey all edits in the set which is therefore inFeasible.

Usage

isFeasible(E, warn = FALSE)

Value

TRUE or FALSE

Arguments

E

an editmatrix, editarray or editset

warn

logical: should a warning be emitted when system is infeasible?

See Also

isObviouslyInfeasible, isObviouslyRedundant