ILOG CPLEX .NET Reference Manual

IMPModeler.Conversion Method (INumVar[], NumVarType[])

Creates and returns an IConversion object for converting the type of the variables in the array var in a model.

IConversion Conversion(
   INumVar[] var,
   NumVarType[] type
);

Parameters

var
The array of variables the types of which are to be converted.
type
An array of variable types containing the types to which the variables are converted. The type of variable var[i] is converted to type[i].

Return Value

The new IConversion object.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.Conversion Overload List