This class represents solutions to a problem.

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

Syntax

C#
public interface ISolution

Remarks

You can add or remove elements to be saved using either the add or remove methods. You can access current values using Get///////// methods. Each different engine provides its way of storing or restoring solutions.

See Also