Objects of this class represent the bound-type for a modeling variable.

Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
[SerializableAttribute]
public abstract class NumVarBoundType
Visual Basic
<SerializableAttribute> _
Public MustInherit Class NumVarBoundType

Remarks

They are used to define INumVarBound objects for use with Cplex.RefineConflict.

Inheritance Hierarchy

System..::..Object
  ILOG.Concert..::..NumVarBoundType

See Also