Gecode::Int::NValues::RangeEvent Class Reference
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. | |
Public Attributes | |
RangeEventType | ret |
The event type. | |
int | val |
The value for the range (first or last value, depending on type). | |
int | view |
Which view does this range belong to. |
Detailed Description
Event for range-based overlap analysis.
Definition at line 62 of file nvalues.hh.
Member Function Documentation
bool Gecode::Int::NValues::RangeEvent::operator< | ( | RangeEvent | re | ) | const [inline] |
Order events: first by val, then by event type.
Definition at line 41 of file range-event.hpp.
Member Data Documentation
The event type.
Definition at line 65 of file nvalues.hh.
The value for the range (first or last value, depending on type).
Definition at line 67 of file nvalues.hh.
Which view does this range belong to.
Definition at line 69 of file nvalues.hh.
The documentation for this class was generated from the following files:
- gecode/int/nvalues.hh (Revision: 15137)
- gecode/int/nvalues/range-event.hpp (Revision: 12283)