Object that allows to conveniently represent an AIMMS tuple. Use the ITuple interface instead when performance is an issue.
Convenience tuples can be created using the constructor.
The Tuple class was added to the SDK as an alternative for the ITuple interface. The Tuple class makes it easy to work with labels (both string and integer) on IMultiDimData and IDataView, as can be seen in the example below.
Name |
Description |
The following tables list the members exposed by Tuple. |
|
Name |
Description |
![]() ![]() |
Returns a string representation of the Tuple. |
|
Name |
Description |
![]() |
Create a Tuple with a variable number of integers and/or strings. |