
Index comparison for ViewArray<Tuple>. More...
#include <gecode/int/sorted/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 \(x_i\) and \(x_j\) the upper domain bound of \(x_j\) is larger than the upper domain bound of \(x_i\)
Definition at line 266 of file sortsup.hpp.
|
inline |
Definition at line 270 of file sortsup.hpp.
|
inline |
Definition at line 271 of file sortsup.hpp.
|
protected |
Definition at line 268 of file sortsup.hpp.