Returns true if the active model has quadratic constraints.

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

Syntax

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

Return Value

true if the active model has quadratic constraints.

Remarks

See the topic QCP in the CPLEX User's Manual for more detail about the characteristics of such constraints with respect to their concavity and positive semi-definiteness (PSD).

See Also