Term Properties
From Fabrica Bolos GLPK
The Term type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Constant |
Gets the constant of this expression.
(Inherited from Expression.) | |
| ExpressionLowerEstimate |
Gives a lower estimate on the value of an Expression.
ToDO: Very experimental. Should be able to estimate linear combinations of variables with finite bounds.
In the default case -infinity is returned!
(Inherited from Expression.) | |
| ExpressionUpperEstimate |
Gives an upper estimate in the value of an Expression.
ToDO: Very experimental. Should be able to estimate linear combinations of variables with finite bounds.
In the default case -infinity is returned!
(Inherited from Expression.) | |
| Factor |
Gets the factor.
| |
| isLinear |
Gets or sets a value indicating whether this instance is linear.
(Overrides Expression..::..isLinear.) | |
| Terms |
Gets the terms.
(Overrides Expression..::..Terms.) | |
| Variable |
Gets the variable.
| |
| Variables |
Gets the variables.
(Overrides Expression..::..Variables.) |