Applies the node coloring heuristic "Recursive Largest First" specified by Leighton (1979). More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/NodeColoringModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::NodeColoringRecursiveLargestFirst |
A simple greedy node coloring heuristic in graphs. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Applies the node coloring heuristic "Recursive Largest First" specified by Leighton (1979).
Definition in file NodeColoringRecursiveLargestFirst.h.