Extended view comparison on pairs of views. More...
#include <sortsup.hpp>
Public Member Functions | |
bool | operator() (const ViewPair< View > &x, const ViewPair< View > &y) |
Extended view comparison on pairs of views.
Checks whether the lower domain bound of the first component of x (the variable itself) is smaller than the lower domain bound of the first component of y. If they are equal it checks their upper bounds. If they are also equal we sort the views by the permutation variables.
Definition at line 351 of file sortsup.hpp.
|
inline |
Definition at line 353 of file sortsup.hpp.