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

Provides some conversion function for IloDiscreteDataCollection.
| Method Summary | |
|---|---|
public static IloAnySet | asAnySet(IloDiscreteDataCollection) |
public static IloIntRange | asIntRange(IloDiscreteDataCollection) |
public static IloIntSet | asIntSet(IloDiscreteDataCollection) |
public static IloNumRange | asNumRange(IloDiscreteDataCollection) |
public static IloNumSet | asNumSet(IloDiscreteDataCollection) |
| Method Detail |
|---|
This member function returns the domain as an
IloAnySet. If the domain is not an AnySet, it will throw an exception.
IloAnySet. This member function returns the domain as a range of integer values. If it is not a range, it will throw an exception.
This member function returns the domain as a set of integer values. If it is not a set of integer, it will throw an exception.
This member function returns the domain as a range of numeric values. If it is not a range, it will throw an exception.
This member function returns the domain as a set of numeric values. If it is not a set of numeric values, it will throw an exception.