cache.h File Reference

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.

Detailed Description


Function Documentation

int cache_init (  ) 

Prepare fitness cache for use.

Must be run after parser_main().

Returns:
0 on success and -1 on error.

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.

Parameters:
tab Pointer to the table to be fitnessd.


Generated on Tue Jul 3 13:23:35 2007 for Tablix by  doxygen 1.5.2