solution.h File Reference

Contains the definition of the Solution. More...

#include "vector.h"
#include "out-object.h"
Include dependency graph for solution.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Solution
 Contains all the possible solutions. More...
 

Typedefs

typedef struct Solution Solution
 Contains all the possible solutions.
 

Functions

void initSolution (Solution *sol)
 Initilialize the Solution. More...
 
void freeSolution (Solution *sol)
 Free the Solution previously initialized by initSolution. More...
 

Detailed Description

Contains the definition of the Solution.

Author
Bastien Philip (ebatsin)
Gaël Foppolo (gaelfoppolo)

Function Documentation

void freeSolution ( Solution sol)

Free the Solution previously initialized by initSolution.

Parameters
solA pointer to the Solution to be freed

Here is the call graph for this function:

void initSolution ( Solution sol)

Initilialize the Solution.

Parameters
solA pointer to the Solution to init
Author
Bastien Philip (ebatsin)
Gaël Foppolo (gaelfoppolo)