Objects of this class report the integer feasibility status of a variable.

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

Syntax

C#
public class IntegerFeasibilityStatus
Visual Basic
Public Class IntegerFeasibilityStatus

Remarks

This class represents an integer feasibility status reporting whether Cplex considers a variable to be integer feasible or not with respect to the solution of a node relaxation.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..IntegerFeasibilityStatus

See Also