Polarith AI
1.8

◆ AddValues() [2/2]

void AddValues ( float []  values)

Adds a value to every objective (one column to the problem matrix).

For each objective, the specific value at the corresponding array index in values is used.

Parameters
valuesThe values to be added.
Exceptions
InvalidOperationExceptionIf the length of values is not equal to the objective count.
Imprint