|
ECF 1.5
|
29void freeProblem(
struct problem *p);
30void freeSolution(
struct solution *s);
31void freeMove(
struct move *v);
35void printProblem(
struct problem *p);
36void printSolution(
struct solution *s);
37void printMove(
struct move *v);
44double getObjectiveValue(
struct solution *s);
59int getPathLength(
const struct pathState *ps);
68struct problem *newProblem(
const char *filename);