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

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

#include <bnd-sup.hpp>

List of all members.

Public Member Functions

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

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 lower bounds.


Constructor & Destructor Documentation

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

Constructor.

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


Member Function Documentation

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

Comparison.

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


Member Data Documentation

View array for comparison.

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


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