TabuSearchDefaultTraits< GRAPH, VALUE, HEIGHTMAP, BETTER, UNDIR > Struct Template Reference
Detailed Description
template<typename GRAPH, typename VALUE, typename HEIGHTMAP, typename BETTER, bool UNDIR>
struct lemon::TabuSearchDefaultTraits< GRAPH, VALUE, HEIGHTMAP, BETTER, UNDIR >
This template defines the needed types for the
TabuSearch class. Is main purpos is to simplify the main class's template interface, but it provides the EdgeIt type, passing to the concrete graph wheter it is directed or undirected.
#include <lemon/tabu_search.h>
List of all members.