Returns true if the active model is a MIP.

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

Syntax

C#
public virtual bool IsMIP()
Visual Basic
Public Overridable Function IsMIP As Boolean

Return Value

true if the active model is a MIP.

See Also