The ILoEquations interface contains properties and methods of linear optimization equations collection.
| Property name | Brief description | |
| Count | The Count property returns the number of equations in a collection. | |
| Item | The Item property returns an equation from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds an equation to the collection. | |
| Clear | The Clear method removes all equations from the collection. | |
| Remove | The Remove method removes an equation from the collection by its index. |
See also: