Index comparison for ViewArray<Tuple>. More...
#include <sortsup.hpp>
Public Member Functions | |
TupleMaxInc (const ViewArray< View > &x0) | |
bool | operator() (const int i, const int j) |
Protected Attributes | |
ViewArray< View > | x |
Index comparison for ViewArray<Tuple>.
Checks whether for two indices i and j the first component of the corresponding viewtuples and
the upper domain bound of
is larger than the upper domain bound of
Gecode::Int::Sorted::TupleMaxInc::TupleMaxInc | ( | const ViewArray< View > & | x0 | ) | [inline] |
Definition at line 269 of file sortsup.hpp.
bool Gecode::Int::Sorted::TupleMaxInc::operator() | ( | const int | i, |
const int | j | ||
) | [inline] |
Definition at line 270 of file sortsup.hpp.
ViewArray<View> Gecode::Int::Sorted::TupleMaxInc::x [protected] |
Definition at line 267 of file sortsup.hpp.