Saves the MIP start information.

Return Value

IloTrue if MIP start was successfully saved.

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

Syntax

C#
public bool GetStart(
	Cplex cplex
)

Parameters

cplex
Type: ILOG.OPL..::..Cplex
Saves the MIP start currently available on the given CPLEX instance.

See Also