Gecode::Int::Sorted::TupleMaxIncExt< View > Class Template Reference
Detailed Description
template<class View>
class Gecode::Int::Sorted::TupleMaxIncExt< View >
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 290 of file sortsup.icc.
Public Member Functions | |
TupleMaxIncExt (const ViewArray< View > &x0, const ViewArray< View > &z0) | |
bool | operator() (const int i, const int j) |
Protected Attributes | |
ViewArray< View > | x |
ViewArray< View > | z |
Constructor & Destructor Documentation
template<class View>
Gecode::Int::Sorted::TupleMaxIncExt< View >::TupleMaxIncExt | ( | const ViewArray< View > & | x0, | |
const ViewArray< View > & | z0 | |||
) | [inline] |
Definition at line 295 of file sortsup.icc.
Member Function Documentation
template<class View>
bool Gecode::Int::Sorted::TupleMaxIncExt< View >::operator() | ( | const int | i, | |
const int | j | |||
) | [inline] |
Definition at line 297 of file sortsup.icc.
Member Data Documentation
template<class View>
ViewArray<View> Gecode::Int::Sorted::TupleMaxIncExt< View >::x [protected] |
Definition at line 292 of file sortsup.icc.
template<class View>
ViewArray<View> Gecode::Int::Sorted::TupleMaxIncExt< View >::z [protected] |
Definition at line 293 of file sortsup.icc.
The documentation for this class was generated from the following file:
- gecode/int/sorted/sortsup.icc (Revision: 7290)