Creates and returns a linear expression representing the scalar product of the provided variables.
Creates and returns a linear expression representing the scalar product of the provided variables.
IIntExpr ScalProd(IIntVar[],IIntVar[]);
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
IIntExpr ScalProd(IIntVar[],IIntVar[],int,int);
ILinearIntExpr ScalProd(IIntVar[],int[]);
ILinearIntExpr ScalProd(IIntVar[],int[],int,int);
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
INumExpr ScalProd(INumVar[],INumVar[]);
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
INumExpr ScalProd(INumVar[],INumVar[],int,int);
ILinearNumExpr ScalProd(INumVar[],double[]);
ILinearNumExpr ScalProd(INumVar[],double[],int,int);
ILinearNumExpr ScalProd(INumVar[],int[]);
ILinearNumExpr ScalProd(double[],INumVar[]);
ILinearNumExpr ScalProd(double[],INumVar[],int,int);
ILinearIntExpr ScalProd(int[],IIntVar[]);
ILinearIntExpr ScalProd(int[],IIntVar[],int,int);
ILinearNumExpr ScalProd(int[],INumVar[]);