Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
void |
DEAProblem.solve()
Solves the specific DEA Problem.
|
void |
DEAProblem.solveOne(int dmuIndex)
Solves the DEA Problem for the given DMU Index.
|
void |
DEAProblem.solveOne(int dmuIndex,
double[][] negativeTransposedMatrix)
Solves the DEA Problem for the given DMU Index.
|