Gecode::Scheduling::Cumulative::Event Class Reference
#include <basic.hpp>
Public Types | |
enum | Type { LRT = 0, LCT = 1, EST = 2, ZRO = 3, ERT = 4, END = 5 } |
Event type for task with order in which they are processed. More... | |
Public Member Functions | |
void | init (Type e, int t, int i) |
bool | operator< (const Event &e) const |
Order among events. | |
Public Attributes | |
Type | e |
Type of event. | |
int | t |
Time of event. | |
int | i |
Number of task Initialize event. |
Detailed Description
Member Enumeration Documentation
Event type for task with order in which they are processed.
Member Function Documentation
void Gecode::Scheduling::Cumulative::Event::init | ( | Event::Type | e0, |
int | t, | ||
int | i | ||
) | [inline] |
bool Gecode::Scheduling::Cumulative::Event::operator< | ( | const Event & | e | ) | const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/scheduling/cumulative/basic.hpp (Revision: 11551)