Gecode::Int::GCC::MaxInc< View > Class Template Reference
Compares two indices i, j of two views
according to the ascending order of the views upper bounds.
More...
#include <gccbndsup.hpp>
Public Member Functions | |
| MaxInc (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::MaxInc< View >
Compares two indices i, j of two views
according to the ascending order of the views upper bounds.
Definition at line 194 of file gccbndsup.hpp.
Constructor & Destructor Documentation
template<class View>
| Gecode::Int::GCC::MaxInc< View >::MaxInc | ( | const ViewArray< View > & | x0 | ) | [inline] |
Definition at line 198 of file gccbndsup.hpp.
Member Function Documentation
template<class View>
| bool Gecode::Int::GCC::MaxInc< View >::operator() | ( | const int | i, | |
| const int | j | |||
| ) | [inline] |
Definition at line 200 of file gccbndsup.hpp.
Member Data Documentation
template<class View>
ViewArray<View> Gecode::Int::GCC::MaxInc< View >::x [protected] |
Definition at line 196 of file gccbndsup.hpp.
The documentation for this class was generated from the following file:
- gecode/int/gcc/gccbndsup.hpp (Revision: 8082)
