Package | Description |
---|---|
org.opensourcedea.dea | |
org.opensourcedea.model |
Modifier and Type | Method and Description |
---|---|
DEAPSolution |
DEAProblem.getSolution()
Returns the problem solution.
|
Modifier and Type | Method and Description |
---|---|
static DEAPSolution |
ModelTemplate.solveDEAProblem(DEAProblem deaP)
The method solving the SBM Problems (Constant and Variable RTS).
|
Modifier and Type | Method and Description |
---|---|
static void |
SolverStatus.checkSolverStatus(DEAPSolution ReturnSol,
SolverResults Sol) |
void |
SBM_I.createAndSolve(DEAProblem deaP,
int nbDMUs,
int nbVariables,
java.util.ArrayList<double[]> constraints,
double[][] transposedMatrix,
DEAPSolution returnSol,
java.lang.Integer dmuIndex) |
void |
SBM.createAndSolve(DEAProblem deaP,
int nbDMUs,
int nbVariables,
double[][] transposedMatrix,
DEAPSolution returnSol,
java.lang.Integer dmuIndex) |
void |
NC_ND.createAndSolve(DEAProblem deaP,
int nbDMUs,
int nbVariables,
double[][] transposedMatrix,
DEAPSolution returnSol,
java.lang.Integer dmuIndex) |
void |
Model.createAndSolve(DEAProblem deaP,
int nbDMUs,
int nbVariables,
double[][] transposedMatrix,
DEAPSolution returnSol,
java.lang.Integer dmuIndex)
this method is really just a signature mask for the createAndSolve methods.
|
void |
CCR.createAndSolve(DEAProblem deaP,
int nbDMUs,
int nbVariables,
double[][] transposedMatrix,
DEAPSolution returnSol,
java.lang.Integer dmuIndex)
This method creates and solves the CCR problems.
|
void |
BCC.createAndSolve(DEAProblem deaP,
int nbDMUs,
int nbVariables,
double[][] transposedMatrix,
DEAPSolution returnSol,
java.lang.Integer dmuIndex)
This method creates and solves BCC problems.
|