This method creates and returns an instance of ISolution. You can define what variables are stored in the solution by adding variables direction to the solution returned.

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

Syntax

C#
public virtual ISolution Solution()
Visual Basic
Public Overridable Function Solution As ISolution

See Also