61 m_searchProcedure = searchProcedure;
105 : m_coloring(coloringHalldorsson)
107 , m_independentSet(independentSet)
111 return m_coloring.halldorssonRecursive(m_graph, m_independentSet, k, m_alpha);
Includes declaration of graph class.
Template of base class of node coloring algorithms.
Basic declarations, included by all source files.
Data type for general directed graphs (adjacency list representation).
Doubly linked lists (maintaining the length of the list).
Approximation algorithms for the node coloring problem in graphs.
unsigned int NodeColor
Data type of the node colors.
SearchProcedure
Declares the search procedures.
RegisteredArray for nodes, edges and adjEntries of a graph.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
The namespace for all OGDF objects.
Wraps the search for the minimum parameter k so that the same code can be reused for all algorithms.