|
|
<< ObjectiveWeights | index | ProcessGraph >> DECIDE referenceDECIDE__PayoffMatrixshort DECIDE_PayoffMatrix( * double * Results,
* const long * ResultsSize,
* const double * DecisionMatrix,
* const short * RowsCount,
* const short * ColumnsCount)
Compute the payoff matrix of all criteria in DecisionMatrix. return value : * 0 : completed successfully
* 1 : null pointer in first parameter
* 2 : null pointer in second parameter
* 3 : null pointer in third parameter
* 4 : null pointer in fourth parameter
* 5 : null pointer in fifth parameter
* 101 : *RowsCount < 1
* 102 : *ColumnsCount < 1
* 103 : *ResultsSize < (long)((*ColumnsCount) * (*ColumnsCount) * sizeof(double))
<< ObjectiveWeights | index | ProcessGraph >>
|