IterationTerminationCondition.h
bool eval()
Increment the number of times eval has been called and check if the planner should now terminate.
Definition: IterationTerminationCondition.cpp:44
IterationTerminationCondition(unsigned int numIterations)
Construct a termination condition that can be evaluated numIterations times before returning true.
Definition: IterationTerminationCondition.cpp:39
void reset()
Reset the number of times the IterationTeriminationCondition has been called.
Definition: IterationTerminationCondition.cpp:51