Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
double |
DEAProblem.getlBConvexityConstraintWeight(int dmuIndex)
Gets the weight corresponding to the lower bound convexity constraint on
general, increasing and decreasing models for a speific DMU.
|
double[] |
DEAProblem.getlBConvexityConstraintWeights()
Gets the weights corresponding to the lower bound convexity constraint on
general, increasing and decreasing models for all DMUs.
|
double |
DEAProblem.getU0Weight(int dmuIndex)
Gets the u0 weight for a specific DMU (corresponding to the convexity constraint on variable models).
|
double[] |
DEAProblem.getU0Weights()
Gets the u0 weights for all the DMUs (corresponding to the convexity constraint on variable models).
|
double |
DEAProblem.getuBConvexityConstraintWeight(int dmuIndex)
Gets the weight corresponding to the upper bound convexity constraint on
general, increasing and decreasing models for a specific DMU.
|
double[] |
DEAProblem.getuBConvexityConstraintWeights()
Gets the weights corresponding to the upper bound convexity constraint on
general, increasing and decreasing models for all DMUs.
|