Returns an instance of Cplex.Quality that contains the requested quality measure.

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

Syntax

C#
protected virtual Cplex..::..Quality GetQuality(
	Cplex..::..QualityType which
)
Visual Basic
Protected Overridable Function GetQuality ( _
	which As Cplex..::..QualityType _
) As Cplex..::..Quality

Parameters

which
Type: ILOG.CPLEX..::..Cplex..::..QualityType
The Cplex.QualityType which should be computed.

Return Value

An instance of Cplex.Quality for the requested quality measure.

See Also