10 lines
127 B
C
10 lines
127 B
C
|
#ifndef HEURISTIC
|
||
|
#define HEURISTIC
|
||
|
|
||
|
#include "system.h"
|
||
|
#include "binding.h"
|
||
|
|
||
|
Binding select_goal (const System sys);
|
||
|
|
||
|
#endif
|