69 m_minDegreeProcedure = minDegreeProcedure;
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).
Approximation algorithms for the node coloring problem in graphs.
void setMinDegreeProcedure(MinDegreeProcedure minDegreeProcedure)
Sets the procedure of finding minimum degree nodes.
MinDegreeProcedure m_minDegreeProcedure
NodeColoringJohnson()
The constructor.
virtual NodeColor call(const Graph &graph, NodeArray< NodeColor > &colors, NodeColor start=0) override
The actual algorithm call.
MinDegreeProcedure
Declares procedure to find the minimum degree nodes.
Approximation algorithms for the node coloring problem in graphs.
unsigned int NodeColor
Data type of the node colors.
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.