Java Reference

Java Reference

LinearExpr Member List

This is the complete list of members for LinearExpr, including all inherited members.

booleanScalProd(Literal[] literals, long[] coefficients)LinearExprstatic
booleanScalProd(Literal[] literals, int[] coefficients)LinearExprstatic
booleanSum(Literal[] literals)LinearExprstatic
getCoefficient(int index)LinearExpr
getOffset()LinearExpr
getVariable(int index)LinearExpr
numElements()LinearExpr
scalProd(IntVar[] variables, long[] coefficients)LinearExprstatic
scalProd(IntVar[] variables, int[] coefficients)LinearExprstatic
sum(IntVar[] variables)LinearExprstatic
term(IntVar variable, long coefficient)LinearExprstatic