|
ECF 1.5
|
27void freeProblem(
struct problem *p);
28void freeSolution(
struct solution *s);
29void freeMove(
struct move *v);
33void printProblem(
struct problem *p);
34void printSolution(
struct solution *s);
35void printMove(
struct move *v);
42double getObjectiveValue(
struct solution *s);
57int getPathLength(
const struct pathState *ps);
61struct problem *newProblem(
const char *filename);