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

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

Syntax

C#
public BooleanParameter(
	Cplex..::..BooleanParam key,
	bool value
)

Parameters

key
Type: ILOG.OPL..::..Cplex..::..BooleanParam
value
Type: System..::..Boolean

See Also