This graph shows which files directly or indirectly include this file:

| Functions | |
| int | cache_init () | 
| Prepare fitness cache for use. | |
| void | cache_exit () | 
| Free memory used by fitness cache. | |
| void | cache_table_fitness (table *tab) | 
| Assign a fitness to a table by first checking the cache and then calling all fitness functions. | |
| int cache_init | ( | ) | 
Prepare fitness cache for use.
Must be run after parser_main().
| void cache_table_fitness | ( | table * | tab | ) | 
Assign a fitness to a table by first checking the cache and then calling all fitness functions.
Uses table_fitness() if no matching timetable was found in fitness cache.
| tab | Pointer to the table to be fitnessd. | 
 1.5.2
 1.5.2