This method sets solution sp as the new starting point for subsequent searches of the invoking CP Optimizer engine. For more information on starting points, see the Starting Point concept.

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

Syntax

C#
public void SetStartingPoint(
	ISolution sp
)

Parameters

sp
Type: ILOG.Concert..::..ISolution

See Also