Symphony 1.0
Loading...
Searching...
No Matches
vacuum.h File Reference
#include <iostream>
#include "../symphony.h"
Include dependency graph for vacuum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VacuumState
 Represents the state of the vacuum cleaner problem. More...
 
class  VacuumCleaner
 Represents the vacuum cleaner problem. This class defines the initial state, goal test, actions, and heuristics for the vacuum cleaner problem. The problem is to clean two dirty rooms with a vacuum cleaner. The goal is to clean both rooms. More...