Gecode::Int::GCC::MaxInc< View > Class Template Reference
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 198 of file gccbndsup.icc.
Public Member Functions | |
MaxInc (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::MaxInc< View >::MaxInc | ( | const ViewArray< View > & | x0 | ) | [inline] |
Definition at line 202 of file gccbndsup.icc.
Member Function Documentation
template<class View>
bool Gecode::Int::GCC::MaxInc< View >::operator() | ( | const int | i, | |
const int | j | |||
) | [inline] |
Definition at line 204 of file gccbndsup.icc.
Member Data Documentation
template<class View>
ViewArray<View> Gecode::Int::GCC::MaxInc< View >::x [protected] |
Definition at line 200 of file gccbndsup.icc.
The documentation for this class was generated from the following file:
- gecode/int/gcc/gccbndsup.icc (Revision: 5731)