Generated on Wed Nov 1 15:05:18 2006 for Gecode by doxygen 1.4.5

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

List of all members.

Detailed Description

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

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

Definition at line 204 of file gccbndsup.icc.

Public Member Functions

 MinInc (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::MinInc< View >::MinInc const ViewArray< View > &  x0  )  [inline]
 

Definition at line 208 of file gccbndsup.icc.


Member Function Documentation

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

Definition at line 210 of file gccbndsup.icc.


Member Data Documentation

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

Definition at line 206 of file gccbndsup.icc.


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