Polarith AI
1.8

◆ SetValue()

void SetValue ( int  objectiveIndex,
int  valueIndex,
float  value 
)

Sets a value (single element of the problem matrix).

Parameters
objectiveIndexThe index of the targeted objective (row).
valueIndexThe index of the targeted objective value (column).
valueThe value to be set.
Exceptions
ArgumentOutOfRangeExceptionIf there is no value at the specified objectiveIndex and/or valueIndex .
Imprint