Polarith AI
1.8

◆ GetValue()

float GetValue ( int  objectiveIndex,
int  valueIndex 
)

Gets an objective value (single element of the problem matrix).

Parameters
objectiveIndexThe index of the targeted objective (row).
valueIndexThe index of the targeted objective value (column).
Returns
The requested value.
Exceptions
ArgumentOutOfRangeExceptionIf there is no value at the specified objectiveIndex and/or valueIndex .
Imprint