ILOG CPLEX .NET Reference Manual

IModeler.Prod Method (Double, INumVar, INumVar)

Creates and returns an expression representing the product of the value val, the variablevar1, and the variable var2.

INumExpr Prod(
   double val,
   INumVar var1,
   INumVar var2
);

Parameters

val
The value to be used in the product.
var1
The first variable to be used in the product.
var2
The second variable to be used in the product.

Return Value

An expression representing the product val * var1 * var2.

See Also

IModeler Interface | ILOG.Concert Namespace | IModeler.Prod Overload List