Creates and returns a new semi-continuous modeling variable with specified type and bounds, for column-wise modeling.
Creates and returns a new semi-continuous modeling variable with specified type and bounds, for column-wise modeling.
ISemiContVar SemiContVar(Column,double,double,NumVarType);
Creates and returns a new semi-continuous modeling variable, with specified bounds, type, and name, for column-wise modeling.
ISemiContVar SemiContVar(Column,double,double,NumVarType,string);
Creates and returns a new semi-continuous modeling variable with a specified semi-continuous lower bound, upper bound, and type.
ISemiContVar SemiContVar(double,double,NumVarType);
Creates and returns a new semi-continuous modeling variable with specified bounds, type, and name.
ISemiContVar SemiContVar(double,double,NumVarType,string);