Generated on Sat Aug 25 2012 15:53:12 for Gecode by doxygen 1.7.5
Gecode::Int::GCC::MaxInc Class Reference

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

#include <bnd-sup.hpp>

List of all members.

Public Member Functions

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

Protected Attributes

ViewArray< View > x
 View array for comparison.

Detailed Description

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


Constructor & Destructor Documentation

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

Constructor.

Definition at line 186 of file bnd-sup.hpp.


Member Function Documentation

bool Gecode::Int::GCC::MaxInc::operator() ( const int  i,
const int  j 
) [inline]

Order.

Definition at line 189 of file bnd-sup.hpp.


Member Data Documentation

View array for comparison.

Definition at line 183 of file bnd-sup.hpp.


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