public interface IloCplexMultiCriterionExpr extends IloMultiCriterionExpr
| Modifier and Type | Method and Description |
|---|---|
double[] |
getAbsTols()
Gets the array of absolute tolerances associated with this multi-criterion
expression.
|
IloNumExpr[] |
getCriteria()
Gets the array of expressions associated with this multi-criterion expression.
|
java.lang.String |
getName()
Gets the name of this multi-criterion expression.
|
int[] |
getPriorities()
Gets the array of priorities associated with this multi-criterion expression.
|
double[] |
getRelTols()
Gets the array of relative tolerances associated with this multi-criterion
expression.
|
double[] |
getWeights()
Gets the array of weights associated with this multi-criterion expression.
|
IloNumExpr[] getCriteria()
double[] getWeights()
int[] getPriorities()
double[] getAbsTols()
double[] getRelTols()
java.lang.String getName()