Delete all the MIP start information of the given cplex

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

Syntax

C#
public void deleteStart(
	IloCplex cplex
)

Parameters

cplex
Type: IloCplex
Will clear the MIP Starts from this cplex

See Also