Generated on Wed Mar 19 07:30:11 2008 for Gecode by doxygen 1.5.5

Gecode::Int::Sorted::TupleMaxInc< Tuple > Class Template Reference

List of all members.


Detailed Description

template<class Tuple>
class Gecode::Int::Sorted::TupleMaxInc< Tuple >

Index comparison for ViewArray<Tuple>.

Checks whether for two indices i and j the first component of the corresponding viewtuples $x_i$ and $x_j$ the upper domain bound of $x_j$ is larger than the upper domain bound of $x_i$

Definition at line 268 of file sortsup.icc.


Public Member Functions

 TupleMaxInc (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::Sorted::TupleMaxInc< Tuple >::TupleMaxInc ( const ViewArray< Tuple > &  x0  )  [inline]

Definition at line 272 of file sortsup.icc.


Member Function Documentation

template<class Tuple>
bool Gecode::Int::Sorted::TupleMaxInc< Tuple >::operator() ( const int  i,
const int  j 
) [inline]

Definition at line 273 of file sortsup.icc.


Member Data Documentation

template<class Tuple>
ViewArray<Tuple> Gecode::Int::Sorted::TupleMaxInc< Tuple >::x [protected]

Definition at line 270 of file sortsup.icc.


The documentation for this class was generated from the following file: