The simplest state validity checker: all states are valid. More...
#include <StateValidityChecker.h>
Public Member Functions | |
AllValidStateValidityChecker (SpaceInformation *si) | |
Constructor. | |
AllValidStateValidityChecker (const SpaceInformationPtr &si) | |
Constructor. | |
virtual bool | isValid (const State *) const |
Always return true (all states are considered valid) |
The simplest state validity checker: all states are valid.
Definition at line 123 of file StateValidityChecker.h.