| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

Provides some conversion function for IloDiscreteDataCollection.
| Method Summary | |
|---|---|
public static IloSymbolSet | asSymbolSet(IloDiscreteDataCollection) |
public static IloTupleSet | asTupleSet(IloDiscreteDataCollection) |
Inherited Methods from IloCollectionHelper |
|---|
asAnySet, asIntRange, asIntSet, asNumRange, asNumSet |
| Method Detail |
|---|
This member function returns the domain as a set of string values. If it is not a set of numeric values, it will throw an exception.
This member function returns the domain as a
set of IloTuple. If the collection is not a set of tuples, it will throw an exception.
IloTuple.