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