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

Syntax

C#
public class Quality

Remarks

Objects of the class Cplex.Quality contain information computed to measure the quality of a solution. The possible quality measures are specified in Cplex.QualityType. Quality object are returned by the method Cplex.GetQuality. The returned quality object contains its type and the numeric value indicating the requested quality measure. For many quality measures, the value is attained at a specific constraint or variable. In such cases, the relevant constraint or variable is contained in the quality object as well. Methods are provided to query all information stored in a quality object.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..Quality

See Also