ILOG CPLEX .NET Reference Manual

IMPModeler.Conversion Method

Creates and returns an IConversion object for converting the type of a variable in a model.

Overload List

Creates and returns an IConversion object for converting the type of a variable in a model.

IConversion Conversion(INumVar,NumVarType);

Creates and returns an IConversion object, with the specified name, for converting the type of a variable in a model.

IConversion Conversion(INumVar,NumVarType,string);

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

IConversion Conversion(INumVar[],NumVarType);

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

IConversion Conversion(INumVar[],NumVarType,string);

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

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

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

IConversion Conversion(INumVar[],NumVarType[],string);

See Also

IMPModeler Interface | ILOG.Concert Namespace