Generated on Thu Apr 5 2018 19:44:19 for Gecode by doxygen 1.8.13
Gecode::Int::Extensional::PosCompare Class Reference

Tuple comparison by position. More...

Public Member Functions

 PosCompare (int p)
 Initialize with position p. More...
 
bool operator() (const Tuple &a, const Tuple &b)
 Comparison of tuples a and b. More...
 

Detailed Description

Tuple comparison by position.

Definition at line 63 of file tuple-set.cpp.

Constructor & Destructor Documentation

◆ PosCompare()

Gecode::Int::Extensional::PosCompare::PosCompare ( int  p)
inline

Initialize with position p.

Definition at line 90 of file tuple-set.cpp.

Member Function Documentation

◆ operator()()

bool Gecode::Int::Extensional::PosCompare::operator() ( const Tuple a,
const Tuple b 
)
inline

Comparison of tuples a and b.

Definition at line 93 of file tuple-set.cpp.


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