ILOG CPLEX .NET Reference Manual

CplexModeler.ScalProd Method

Creates and returns a linear expression representing the scalar product of the given variables.

Overload List

Creates and returns a linear expression representing the scalar product of the given variables.

public virtual IIntExpr ScalProd(IIntVar[],IIntVar[]);

Creates and returns a linear expression representing the scalar product of the given variables.

public virtual IIntExpr ScalProd(IIntVar[],IIntVar[],int,int);

See {

public virtual ILinearIntExpr ScalProd(IIntVar[],int[]);

See {

public virtual ILinearIntExpr ScalProd(IIntVar[],int[],int,int);

Creates and returns a linear expression representing the scalar product of the given variables.

public virtual INumExpr ScalProd(INumVar[],INumVar[]);

Creates and returns a linear expression representing the scalar product of the given variables.

public virtual INumExpr ScalProd(INumVar[],INumVar[],int,int);

See {

public virtual ILinearNumExpr ScalProd(INumVar[],double[]);

See {

public virtual ILinearNumExpr ScalProd(INumVar[],double[],int,int);

See {

public virtual ILinearNumExpr ScalProd(INumVar[],int[]);

Creates and returns a new linear expression representing the scalar product of the num variables in vars starting at element start with the corresponding values in vals.

public virtual ILinearNumExpr ScalProd(INumVar[],int[],int,int);

See {

public virtual ILinearNumExpr ScalProd(double[],INumVar[]);

See {

public virtual ILinearNumExpr ScalProd(double[],INumVar[],int,int);

See {

public virtual ILinearIntExpr ScalProd(int[],IIntVar[]);

See {

public virtual ILinearIntExpr ScalProd(int[],IIntVar[],int,int);

See {

public virtual ILinearNumExpr ScalProd(int[],INumVar[]);

Creates and returns a new linear expression representing the scalar product of the num values in vals starting at element start with the corresponding variables in vars.

public virtual ILinearNumExpr ScalProd(int[],INumVar[],int,int);

See Also

CplexModeler Class | ILOG.CPLEX Namespace