Event for range-based overlap analysis. More...
#include <nvalues.hh>
Public Member Functions | |
bool | operator< (RangeEvent re) const |
Order events: first by val, then by event type. More... | |
Public Attributes | |
RangeEventType | ret |
The event type. More... | |
int | val |
The value for the range (first or last value, depending on type) More... | |
int | view |
Which view does this range belong to. More... | |
Event for range-based overlap analysis.
Definition at line 62 of file nvalues.hh.
|
inline |
Order events: first by val, then by event type.
Definition at line 41 of file range-event.hpp.
RangeEventType Gecode::Int::NValues::RangeEvent::ret |
The event type.
Definition at line 65 of file nvalues.hh.
int Gecode::Int::NValues::RangeEvent::val |
The value for the range (first or last value, depending on type)
Definition at line 67 of file nvalues.hh.
int Gecode::Int::NValues::RangeEvent::view |
Which view does this range belong to.
Definition at line 69 of file nvalues.hh.