Creates and returns an object of type INumVarBound
to represent the specified bound of the variable var.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual INumVarBound Bound( INumVar var, NumVarBoundType type ) |
| Visual Basic |
|---|
Public Overridable Function Bound ( _ var As INumVar, _ type As NumVarBoundType _ ) As INumVarBound |