Learn R Programming

editrules (version 2.0-3)

isFeasible: Check consistency of edit set

Description

Applies Fourier-Motzkin elimination untill either all variables are eliminated or the editmatrix becomes obviously infeasible. The check rests on the theorem 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

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

Value

  • TRUE or FALSE