Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #ifndef RLS_H
- #define RLS_H
-
- #include <iostream>
-
- #include "SearchHeuristic.h"
-
- class RLS : public SearchHeuristic
- {
- public:
- Result run();
-
- protected:
-
- private:
- };
-
- #endif // RLS_H
|