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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)