|
Symphony 1.0
|
Represents the state of the vacuum cleaner problem. More...
#include <vacuum.h>
Public Member Functions | |
| VacuumState () | |
| VacuumState (int x, bool dirty0, bool dirty1) | |
| void | print () override |
| Prints the state details. | |
Public Member Functions inherited from State | |
| State () | |
| Constructor for the State class. | |
| virtual | ~State () |
| Virtual destructor for the State class. | |
Public Attributes | |
| int | x |
| bool | dirty0 |
| bool | dirty1 |
|
inline |
|
inlineoverridevirtual |
| bool VacuumState::dirty0 |
Definition at line 23 of file vacuum.h.
Referenced by VacuumCleaner::goal_test(), VacuumCleaner::heuristic(), and print().