ILOG CPLEX .NET Reference Manual

IMPModeler.Conversion Method (INumVar[], NumVarType)

Creates and returns an IConversion object for converting the type of the variables in 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
The converted type for all variables in var.

Return Value

The new IConversion object.

See Also

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