Creates a continuous modeling variable, of type Float
with upper bound and lower bound as specified, for column-wise modeling.
Creates a continuous modeling variable, of type Float
with upper bound and lower bound as specified, for column-wise modeling.
INumVar NumVar(Column,double,double);
Creates and returns a new modeling variable for column-wise modeling.
INumVar NumVar(Column,double,double,NumVarType);
Creates and returns a new modeling variable with the specified name
, type, lower bound, and upper bound for column-wise modeling in the target column
.
INumVar NumVar(Column,double,double,NumVarType,string);
Creates a continuous modeling variable, of type Float
with upper bound, lower bound, and name as specified, for column-wise modeling.
INumVar NumVar(Column,double,double,string);