
Compares two indices i, j of two views \( x_i \) \( x_j\) according to the ascending order of the views upper bounds. More...
#include <gecode/int/gcc/bnd-sup.hpp>
Public Member Functions | |
| MaxInc (const ViewArray< View > &x0) | |
| Constructor. | |
| bool | operator() (const int i, const int j) |
| Order. | |
Protected Attributes | |
| ViewArray< View > | x |
| View array for comparison. | |
Compares two indices i, j of two views \( x_i \) \( x_j\) according to the ascending order of the views upper bounds.
Definition at line 176 of file bnd-sup.hpp.
|
inline |
Constructor.
Definition at line 182 of file bnd-sup.hpp.
|
inline |
Definition at line 185 of file bnd-sup.hpp.
|
protected |
View array for comparison.
Definition at line 179 of file bnd-sup.hpp.