The ILoEquations interface contains properties and methods of the linear optimization equations collection.
| Property name | Brief description | |
| Count | The Count property returns the number of equations in the collection. | |
| Item | The Item property returns the 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 the equation from the collection by its index. |
See also: