Java Reference
Java Reference
DoubleLinearExpr Member List
This is the complete list of members for DoubleLinearExpr, including all inherited members.
| DoubleLinearExpr(IntVar[] variables, double[] coefficients, double offset) | DoubleLinearExpr | |
| DoubleLinearExpr(Literal[] literals, double[] coefficients, double offset) | DoubleLinearExpr | |
| DoubleLinearExpr(IntVar var, double coefficient, double offset) | DoubleLinearExpr | |
| DoubleLinearExpr(Literal lit, double coefficient, double offset) | DoubleLinearExpr | |
| DoubleLinearExpr(IntVar[] vars, double offset) | DoubleLinearExpr | |
| DoubleLinearExpr(Literal[] literals, double offset) | DoubleLinearExpr | |
| getCoefficient(int index) | DoubleLinearExpr | |
| getOffset() | DoubleLinearExpr | |
| getVariableIndex(int index) | DoubleLinearExpr | |
| numElements() | DoubleLinearExpr |