solution.h File Reference
Contains the definition of the Solution. More...
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.
Function Documentation
| void freeSolution | ( | Solution * | sol | ) |


1.8.11