#include <state.h>
Public Member Functions | |
bool | operator< (const ScheduledCondition &other) const |
ScheduledCondition (double t, int v, double p) | |
ScheduledCondition (double t, const Prevail &prev) | |
Public Attributes | |
double | time_increment |
Definition at line 250 of file search/state.h.
ScheduledCondition::ScheduledCondition | ( | double | t, |
int | v, | ||
double | p | ||
) | [inline] |
Definition at line 253 of file search/state.h.
ScheduledCondition::ScheduledCondition | ( | double | t, |
const Prevail & | prev | ||
) | [inline] |
Definition at line 257 of file search/state.h.
bool ScheduledCondition::operator< | ( | const ScheduledCondition & | other | ) | const [inline] |
Definition at line 260 of file search/state.h.
Definition at line 252 of file search/state.h.