ILOG CPLEX .NET Reference Manual

Cplex.Quality Class

Objects of this class contain information computed to measure the quality of a solution.

For a list of all members of this type, see Cplex.Quality Members.

System.Object
   ILOG.CPLEX.Cplex.Quality

public class Cplex.Quality

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The possible quality measures are declared in Cplex.QualityType. A quality object is returned by the method Cplex.GetQuality. The returned quality object contains its type and the numeric value of 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, unless the constraint has been implicitly created as a result of automatic linearization. Methods are provided to query all information stored in a quality object.

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

Cplex.Quality Members | ILOG.CPLEX Namespace