Skip to main content
FRAMES NO FRAMES

Class IloTupleCollection::DuplicatedTuple

Definition file: ilopl/ilotuplecollection.h
Map of IloTupleCollection::DuplicatedTupleIloTupleCollection::DuplicatedTupleIloTupleCollection::DuplicatedTupleIloTupleCollection::DuplicatedExceptionIloException
This exception is thrown when the uniqueness of the tuple is violated.

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