ieq-class {rPorta} | R Documentation |
Class "ieq"
Description
Encapsulates inequalities in PORTA's ieq format.
Objects from the Class
An ieq
object holds three slots.
Slots
num
:- Matrix containing the numerators of the inequalities
den
:- Matrix containing the denominators of the inequalities
sign
:- Vector containing either -1,0, or 1 for each inequality, corresponding to '<=', '==', and '>='
Methods
- convertToString
- Convert to character string in PORTA's format
- getNumerator
- Returns this objects numerator matrix
- getDenominator
- Returns this objects denominator matrix
- index
- May be used to obtain subsets of the object
Extends
Class "poi"
, directly.
Author(s)
Robin Nunkesser Robin.Nunkesser@tu-dortmund.de
See Also
"ieqFile"
, "poi"
, "poiFile"
[Package
rPorta version 0.1-9
Index]