This method stores the values of the objects added to solution by examining their current values in the invoking CP.

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

Syntax

C#
public virtual void Store(
	ISolution solution
)
Visual Basic
Public Overridable Sub Store ( _
	solution As ISolution _
)

Parameters

solution
Type: ILOG.Concert..::..ISolution

See Also