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

This exception is thrown when a duplicate tuple is encountered.
It means that the whole tuple is already in the set, for example when committing a new one.
Example:
{schema} S = { <1,2>, <1,3> }; If you try to add <1,2> to S, this exception will be thrown.
Inherited Methods from DuplicatedException |
|---|
getMessage, getTupleCellArray, getTupleCollection, print |
Inherited Methods from IloException |
|---|
end, getMessage, IloException |