Creates and returns an instance of IRange
initialized to represent the constraint
lb <= expr <= ub
and assigned the name name.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
Parameters
- lb
- Type: System..::..Double
Lower bound of the new IRange constraint.
- expr
- Type: ILOG.Concert..::..INumExpr
Expression of the new IRange constraint.
- ub
- Type: System..::..Double
Upper bound of the new IRange constraint.
- name
- Type: System..::..String
Name assigned to the new IRange constraint.