Symphony 1.0
Loading...
Searching...
No Matches
symphony.h
Go to the documentation of this file.
1//
2// Created by velocitatem on 12/16/24.
3//
4
5#ifndef SYMPHONY_H
6#define SYMPHONY_H
7
8#include "definitions.h"
9#include "search.h"
10#include "problems/vacuum.h"
12
13
14#endif //SYMPHONY_H
Abstract classes for states, actions, and problems that need to be implemented by the user.