Generated on Tue May 22 09:41:35 2018 for Gecode by doxygen 1.6.3

Gecode::Int::Sorted::TupleMinIncExt< View > Class Template Reference

Extended view comparison on pairs of views. More...

#include <sortsup.hpp>

List of all members.

Public Member Functions

bool operator() (const ViewPair< View > &x, const ViewPair< View > &y)

Detailed Description

template<class View>
class Gecode::Int::Sorted::TupleMinIncExt< View >

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.


Member Function Documentation

template<class View>
bool Gecode::Int::Sorted::TupleMinIncExt< View >::operator() ( const ViewPair< View > &  x,
const ViewPair< View > &  y 
) [inline]

Definition at line 353 of file sortsup.hpp.


The documentation for this class was generated from the following file: