Learn R Programming

editrules (version 2.5-0)

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 latter case no records can obey all edits in the set which is therefore inFeasible.

Usage

isFeasible(E, warn = FALSE)

Arguments

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

Value

  • TRUE or FALSE

See Also

isObviouslyInfeasible, isObviouslyRedundant