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. | |
|
|
Prepare fitness cache for use. Must be run after parser_main().
|
|
|
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.
|
1.4.6