Symphony 1.0
|
Abstract classes for states, actions, and problems that need to be implemented by the user. More...
#include <string>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | State |
Represents an abstract state in a problem. More... | |
class | Action |
Represents an abstract action that can be performed on a state. More... | |
class | Problem |
Represents an abstract problem that needs to be solved. More... | |
Abstract classes for states, actions, and problems that need to be implemented by the user.
Definition in file definitions.h.