Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
NonZeroLambda |
NonZeroLambda.getNonZeroLambda()
Gets the NonZeroLambda (this).
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<NonZeroLambda> |
DEAPSolution.getReferenceSet(int dmuIndex)
Gets the reference set of a specific DMU.
|
java.util.ArrayList<NonZeroLambda> |
DEAProblem.getReferenceSet(int dmuIndex)
Returns the Reference Set corresponding to dmuIndex.
|
Modifier and Type | Method and Description |
---|---|
void |
DEAPSolution.addNonZeroLambdaToReferenceSet(int dmuIndex,
NonZeroLambda nonZeroLambda)
Adds a NonZeroLambda to the reference set of a DMU.
|
Modifier and Type | Method and Description |
---|---|
void |
DEAPSolution.setReferenceSet(int dmuIndex,
java.util.ArrayList<NonZeroLambda> referenceSet)
Sets the reference set of a specific DMU.
|