Class | Description |
---|---|
DEAProblem |
Instances of this class are DEA Problems.
|
DEAPSolution |
This class defines a DEA Problem Solution.
|
ModelDetails |
This class describes details of a DEA Model in terms of model type, and bounds.
|
NonZeroLambda |
This class represents the Non Zero Lambda elements of a reference set.
|
Rank |
This class only deals with implementing the bubblesort algorithm to find the DMU ranks.
|
Variable |
The Variables of a DEA Problem.
|
Enum | Description |
---|---|
EfficiencyType |
An enum listing the possible Efficiency Types measured by the DEA Model (e.g.
|
ModelOrientation |
An enum listing the possible DEA Model Orientations (e.g.
|
ModelType |
An enum of the possible Model Types (e.g.
|
ModelVariablesType |
A enum listing the ModelVariableTypes.
|
RankingType |
An enum listing all the different ranking types (standard or dense) and their corresponding description.
|
ReturnsToScale |
An enum listing the possible Return To Scale of a DEA Model (e.g.
|
SolverObjDirection |
An enum of the possible optimisation direction (e.g.
|
SolverReturnStatus |
An enum listing the possible Solver Return Status.
|
VariableOrientation |
An enum of the possible Variable Types (e.g.
|
VariableType |
An enum listing the possible VariableTypes.
|