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 |
Sort by prec array.
Definition at line 59 of file edge-finding.hpp.
|
inline |
Constructor.
Definition at line 63 of file edge-finding.hpp.
|
inline |
Sort order.
Definition at line 65 of file edge-finding.hpp.
int* Gecode::Int::Cumulative::PrecOrder::prec |
Definition at line 61 of file edge-finding.hpp.