#include <chromo.h>
Collaboration diagram for population_t:

| Data Fields | |
| int | size | 
| Population size (number of individuals). | |
| int | gencnt | 
| Generation counter. | |
| table ** | tables | 
| Array of pointers to size individuals (candidate solutions to the timetabling problem). | |
Main data structure on which the genetic algorithm operates.
 1.5.2
 1.5.2