Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public abstract class QualityType

Remarks

This class contains symbolic names for Cplex solution qualities. An INumVar (or IFloatVar or IIntVar) or an IRange variable will be part of qualities whose names start with "Max". For these qualities, the variable or range returned is the first variable or range that attains the associated quality value.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..QualityType

See Also