ILoAddends

Description

The ILoAddends interface contains properties and methods of the collection of summands of linear optimization equation.

Properties

  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.

Methods

  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:

Cp Assembly Interfaces