Gecode::Int::GCC::MinInc< View > Class Template Reference
Compares two indices i, j of two views
according to the ascending order of the views lower bounds.
More...
#include <gccbndsup.hpp>
Public Member Functions | |
| MinInc (const ViewArray< View > &x0) | |
| bool | operator() (const int i, const int j) |
Protected Attributes | |
| ViewArray< View > | x |
Detailed Description
template<class View>
class Gecode::Int::GCC::MinInc< View >
Compares two indices i, j of two views
according to the ascending order of the views lower bounds.
Definition at line 213 of file gccbndsup.hpp.
Constructor & Destructor Documentation
template<class View >
| Gecode::Int::GCC::MinInc< View >::MinInc | ( | const ViewArray< View > & | x0 | ) | [inline] |
Definition at line 217 of file gccbndsup.hpp.
Member Function Documentation
template<class View >
| bool Gecode::Int::GCC::MinInc< View >::operator() | ( | const int | i, | |
| const int | j | |||
| ) | [inline] |
Definition at line 219 of file gccbndsup.hpp.
Member Data Documentation
template<class View >
ViewArray<View> Gecode::Int::GCC::MinInc< View >::x [protected] |
Definition at line 215 of file gccbndsup.hpp.
The documentation for this class was generated from the following file:
- gecode/int/gcc/gccbndsup.hpp (Revision: 8082)
