Generated on Sat Feb 7 2015 02:01:47 for Gecode by doxygen 1.8.9.1
Gecode::Int::Cumulative::PrecOrder Class Reference

Sort by prec array. More...

#include <edge-finding.hpp>

Public Member Functions

 PrecOrder (int *prec0)
 Constructor. More...
 
bool operator() (int i, int j) const
 Sort order. More...
 

Public Attributes

int * prec
 

Detailed Description

Sort by prec array.

Definition at line 59 of file edge-finding.hpp.

Constructor & Destructor Documentation

Gecode::Int::Cumulative::PrecOrder::PrecOrder ( int *  prec0)
inline

Constructor.

Definition at line 63 of file edge-finding.hpp.

Member Function Documentation

bool Gecode::Int::Cumulative::PrecOrder::operator() ( int  i,
int  j 
) const
inline

Sort order.

Definition at line 65 of file edge-finding.hpp.

Member Data Documentation

int* Gecode::Int::Cumulative::PrecOrder::prec

Definition at line 61 of file edge-finding.hpp.


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