Generated on Mon Aug 25 11:35:51 2008 for Gecode by doxygen 1.5.6

Gecode::Int::GCC::MaxInc< View > Class Template Reference

List of all members.


Detailed Description

template<class View>
class Gecode::Int::GCC::MaxInc< View >

Compares two indices i, j of two views $ x_i $ $ x_j$ according to the ascending order of the views upper bounds.

Definition at line 198 of file gccbndsup.icc.


Public Member Functions

 MaxInc (const ViewArray< View > &x0)
bool operator() (const int i, const int j)

Protected Attributes

ViewArray< View > x

Constructor & Destructor Documentation

template<class View>
Gecode::Int::GCC::MaxInc< View >::MaxInc ( const ViewArray< View > &  x0  )  [inline]

Definition at line 202 of file gccbndsup.icc.


Member Function Documentation

template<class View>
bool Gecode::Int::GCC::MaxInc< View >::operator() ( const int  i,
const int  j 
) [inline]

Definition at line 204 of file gccbndsup.icc.


Member Data Documentation

template<class View>
ViewArray<View> Gecode::Int::GCC::MaxInc< View >::x [protected]

Definition at line 200 of file gccbndsup.icc.


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