ranges {lintools} | R Documentation |
Derive variable ranges from linear restrictions
Description
Gaussian and/or Fourier-Motzkin elimination is used to derive upper and lower limits implied by a system of (in)equations.
Usage
ranges(A, b, neq = nrow(A), nleq = 0, eps = 1e-08)
Arguments
A |
|
b |
|
neq |
[ |
nleq |
[ |
eps |
|
[Package lintools version 0.1.7 Index]