Learn R Programming

editrules (version 2.2-0)

isObviouslyInfeasible: Check for obviously infeasible edit rules

Description

Find any obviously contradictory edit rules.

Check for obvious infeasible rows, equivalent to 0 < -1.

Check for edits wich have TRUE in all columns of the representation. This corresponds to an espression stating that every possible value combination is erroneous.

Usage

isObviouslyInfeasible(E, ...)

## S3 method for class 'editmatrix': isObviouslyInfeasible(E, tol = sqrt(.Machine$double.eps), ...)

## S3 method for class 'editarray': isObviouslyInfeasible(E, ...)

Arguments

Value

a boolean vector of indicating which edits are obviously infeasible

See Also

eliminate editmatrix