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