|
|
<< DecisionMatrixFlows | index | Electre_I >> DECIDE referenceDECIDE__effectiveshort DECIDE_effective( * const double * DecisionMatrix,
* const short * RowsCount,
* const short * ColumnsCount,
* const short * ActionNumber,
* short * Result)
Compute if action ActionNumber is effective (not dominated by any other action) for 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
* 6 : null pointer in sixth parameter
* 101 : (*ActionNumber < 1) || (*ActionNumber > *RowsCount)
<< DecisionMatrixFlows | index | Electre_I >>
|