Constraint Members
From Fabrica Bolos GLPK
| Optimization Framework |
| Constraint Members |
| Constraint Class Constructors Methods Properties See Also Send Feedback |
The Constraint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Constraint |
Initializes a new instance of the Constraint class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| Equals(Expression, Expression) |
Compares the specified expressions.
| |
| Equals(Expression, Double) |
Compares the expression to a constant.
| |
| 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.) | |
| GreaterThanOrEqual(Expression, Expression) |
Compares two expressions whether the first expression is greater or equal the second expression.
| |
| GreaterThanOrEqual(Expression, Double) |
Compares the expression to a constant whether its greater or equal.
| |
| LessThanOrEqual(Expression, Expression) |
Compares two expressions whether the first expression is lower or equal the second expression.
| |
| LessThanOrEqual(Expression, Double) |
Compares the expression to a constant whether its less or equal.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Expression |
Expression of this constraint.
| |
| LowerBound |
Lower bound (left hand side) of this constraint.
| |
| Name |
Unique name of this constraint.
| |
| StochasticStage |
StochasticStage this of this constraint
| |
| UpperBound |
Upper bound (right hand side) of this constraint.
|