Returns true if the current solution is integer feasible.

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

Syntax

C#
protected bool IsIntegerFeasible()
Visual Basic
Protected Function IsIntegerFeasible As Boolean

Return Value

true if the current solution is integer feasible

See Also