Symphony 1.0
Loading...
Searching...
No Matches
definitions.h File Reference

Abstract classes for states, actions, and problems that need to be implemented by the user. More...

#include <string>
#include <vector>
#include <memory>
Include dependency graph for definitions.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Abstract classes for states, actions, and problems that need to be implemented by the user.

Definition in file definitions.h.