| 
 Classes | 
| struct   | TabuSearchDefaultTraits< GRAPH, VALUE, HEIGHTMAP, BETTER, UNDIR > | 
|   | Default Traits for TabuSearch class.  More...
  | 
| struct   | TabuSearchPolicyConcept< TS > | 
|   | Policy hierarchy to controll the search algorithm.  More...
  | 
| struct   | PolicyAndCombination | 
|   | Some basic methode, how tow Policies can be combined.  More...
  | 
| struct   | CombinePolicies< CP1, CP2, COMBINATION > | 
|   | CombinePolicies.  More...
  | 
| struct   | IterationPolicy< TS > | 
|   | IterationPolicy limits the number of iterations and the number of iterations without improvement.  More...
  | 
| struct   | HeightPolicy< TS > | 
|   | HeightPolicy stops the search when a given height is reached or exceeds.  More...
  | 
| struct   | TimePolicy< TS > | 
|   | TimePolicy limits the time for searching.  More...
  | 
| class   | TabuSearch< GRAPH, VALUE, POLICY, TRAITS > | 
|   | TabuSearch main class.  More...
  | 
| class   | BadParameterError | 
|   | Thrown by setting the size of the tabu-set and the given size is less than 2.  More...
  | 
 Namespaces | 
| namespace   | lemon | 
|   | The namespace of LEMON. 
  |