The ILoConstraint interface contains properties that are used to work with linear optimization constraints.
Property name | Brief description | |
Addends | The Addends property returns the collection of summands used for creating a constraint. | |
LowerBound | The LowerBound property determines a lower constraint limit. | |
UpperBound | The UpperBound property determines an upper constraint limit. |
See also: