This class represents a domain composed of an enumeration of symbols.

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

Syntax

C#
public interface ISymbolSet : IAnyCollection, 
	IDiscreteDataCollection, IDataCollection

Remarks

The class ISymbolSet is used to represent a collection of string values with no duplicate.

See Also