This member function specifies the instance of the CPLEX engine to use. If no CPLEX engine is specified, a new one is created.

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

Syntax

C#
public void SetCplex(
	Cplex cplex
)

Parameters

cplex
Type: ILOG.OPL..::..Cplex
The CPLEX engine.

See Also