A specific Event scheduled in a specific Scenario.
Definition Event.h:19
 
constexpr DurationSize time() const
Time of Event (decimal days)
Definition Event.h:142
 
constexpr const Cell & cell() const
Cell Event takes place in.
Definition Event.h:166
 
constexpr Type type() const
Type of Event.
Definition Event.h:150
 
constexpr HashSize hash() const noexcept
Hash derived from row and column.
Definition Location.h:80
 
Defines how Events are compared for sorting.
Definition EventCompare.h:14
 
constexpr bool operator()(const Event &x, const Event &y) const
Defines ordering on Events.
Definition EventCompare.h:21