Term Members
From Fabrica Bolos GLPK
| Optimization Framework |
| Term Members |
| Term Class Constructors Methods Operators Properties See Also Send Feedback |
The Term type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Evaluate |
Evaluates the expression using the specified variable values.
(Inherited from Expression.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| Addition(Double, Term) |
Implements the operator +.
| |
| Addition(Term, Term) |
Implements the operator +.
| |
| Addition(Term, Variable) |
Implements the operator +.
| |
| Addition(Term, Double) |
Implements the operator +.
| |
| Addition(Variable, Term) |
Implements the operator +.
| |
| ImplicitWideningImplicitImplicitImplicit(Variable to Term) | ||
| Multiply(Double, Term) |
Implements the operator *.
| |
| Multiply(Term, Term) |
Implements the operator *.
| |
| Multiply(Term, Variable) |
Implements the operator *.
| |
| Multiply(Term, Double) |
Implements the operator *.
| |
| Multiply(Variable, Term) |
Implements the operator *.
| |
| Subtraction(Double, Term) |
Implements the operator -.
| |
| Subtraction(Term, Term) |
Implements the operator -.
| |
| Subtraction(Term, Variable) |
Implements the operator -.
| |
| Subtraction(Term, Double) |
Implements the operator -.
| |
| Subtraction(Variable, Term) |
Implements the operator -.
| |
| UnaryNegation |
Implements the operator -.
|
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.) |