Initializes a new instance of the Cplex..::..Quality class

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

Syntax

C#
protected internal Quality(
	Cplex..::..QualityType type,
	INumVar var,
	IConstraint rng,
	double value
)

Parameters

type
Type: ILOG.OPL..::..Cplex..::..QualityType
var
Type: ILOG.Concert..::..INumVar
rng
Type: ILOG.Concert..::..IConstraint
value
Type: System..::..Double

See Also