|
ECF 1.5
|
25void freeProblem(
struct problem *p);
26void freeSolution(
struct solution *s);
27void freeMove(
struct move *v);
31void printProblem(
struct problem *p);
32void printSolution(
struct solution *s);
33void printMove(
struct move *v);
40double getObjectiveValue(
struct solution *s);
55int getPathLength(
const struct pathState *ps);
61struct problem *newProblem(
int n);