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.