50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


editrules (version 2.2-0)

isFeasible: Check consistency of editmatrix or editarray

Description

For linear edits, Fourier-Motzkin elimination is applied untill either all variables are eliminated or the editmatrix becomes obviously infeasible. The check rests on the property (Farka's lemma) that a set of linear inequalities is infeasible if and only if 0 < -1 can be derived from it.

Usage

isFeasible(E, warn = FALSE)

Arguments

Value

TRUE or FALSE

Details

For categorical edits in an editarray, variables are eliminated by category resolution untill all variables are eliminated or an obvious infeasibility is encountered.