Restores the MIP start information.
Important
This utility can restore MIP start only if the problem of the given CPLEX instance has exactly the number of rows and columns as the problem it was taken from.

Return Value

IloTrue if MIP start was successfully restored.

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

Syntax

C#
public bool SetStart(
	Cplex cplex
)

Parameters

cplex
Type: ILOG.OPL..::..Cplex
Restores this MIP start on the given CPLEX instance.

See Also