Applies the sequential coloring algorithm to a given graph. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/comparer.h>
#include <ogdf/graphalg/NodeColoringModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::NodeColoringSequential |
Approximation algorithms for the node coloring problem in graphs. More... | |
class | ogdf::NodeColoringSequential::NodeDegreeComparer |
Class for comparing two nodes by the node degree. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Applies the sequential coloring algorithm to a given graph.
Definition in file NodeColoringSequential.h.