Gecode::Int::Sortedness::TupleMaxIncExt< Tuple > Class Template Reference
List of all members.Detailed Description
template<class Tuple>
class Gecode::Int::Sortedness::TupleMaxIncExt< Tuple >
Extended Index comparison for ViewArray<Tuple>.
Checks whether for two indices i and j the first component of the corresponding viewtuples and
the upper domain bound of
is larger than the upper domain bound of
Definition at line 353 of file sortsup.icc.
Public Member Functions | |
TupleMaxIncExt (const ViewArray< Tuple > &x0) | |
bool | operator() (const int i, const int j) |
Protected Attributes | |
ViewArray< Tuple > | x |
Constructor & Destructor Documentation
template<class Tuple>
Gecode::Int::Sortedness::TupleMaxIncExt< Tuple >::TupleMaxIncExt | ( | const ViewArray< Tuple > & | x0 | ) | [inline] |
Definition at line 357 of file sortsup.icc.
Member Function Documentation
template<class Tuple>
bool Gecode::Int::Sortedness::TupleMaxIncExt< Tuple >::operator() | ( | const int | i, | |
const int | j | |||
) | [inline] |
Definition at line 358 of file sortsup.icc.
Member Data Documentation
template<class Tuple>
ViewArray<Tuple> Gecode::Int::Sortedness::TupleMaxIncExt< Tuple >::x [protected] |
Definition at line 355 of file sortsup.icc.
The documentation for this class was generated from the following file:
- gecode/int/sortedness/sortsup.icc (Revision: 3512)