Generated on Tue Sep 25 2012 20:53:31 for Gecode by doxygen 1.7.5
Gecode::Int::Sorted::TupleMaxIncExt Class Reference

Extended Index comparison for ViewArray<Tuple>. More...

#include <sortsup.hpp>

List of all members.

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

Detailed Description

Extended 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$


Constructor & Destructor Documentation

Gecode::Int::Sorted::TupleMaxIncExt::TupleMaxIncExt ( const ViewArray< View > &  x0,
const ViewArray< View > &  z0 
) [inline]

Definition at line 295 of file sortsup.hpp.


Member Function Documentation

bool Gecode::Int::Sorted::TupleMaxIncExt::operator() ( const int  i,
const int  j 
) [inline]

Definition at line 297 of file sortsup.hpp.


Member Data Documentation

Definition at line 292 of file sortsup.hpp.

Definition at line 293 of file sortsup.hpp.


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