Term Properties

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The Term type exposes the following members.

Properties

  NameDescription
Public propertyConstant
Gets the constant of this expression.
(Inherited from Expression.)
Public propertyExpressionLowerEstimate
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.)
Public propertyExpressionUpperEstimate
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.)
Public propertyFactor
Gets the factor.
Public propertyisLinear
Gets or sets a value indicating whether this instance is linear.
(Overrides Expression..::..isLinear.)
Public propertyTerms
Gets the terms.
(Overrides Expression..::..Terms.)
Public propertyVariable
Gets the variable.
Public propertyVariables
Gets the variables.
(Overrides Expression..::..Variables.)

See Also