Generated on Sat Feb 7 2015 02:01:49 for Gecode by doxygen 1.8.9.1
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. 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...
 

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

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.


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