Enumerates the types of rows in a linear program.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum ConstraintType
Public Enumeration ConstraintType
public enum class ConstraintType
| Member name | Value | Description |
---|
| GreaterThanOrEqual | 0 |
The constraint is an inequality with a lower bound.
|
| LessThanOrEqual | 1 |
The constraint is an inequality with an upper bound.
|
| Equal | 2 |
The constraint is an equality.
|
Reference