Returns true if the active model has a quadratic objective function.

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

Syntax

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

Return Value

true if the active model has a quadratic objective function.

See Also