Applies the node coloring approximation specified by Berger&Rompel. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/NodeColoringJohnson.h>
#include <ogdf/graphalg/NodeColoringModule.h>
#include <ogdf/graphalg/NodeColoringSequential.h>
#include <ogdf/graphalg/NodeColoringSimple.h>
#include <ogdf/graphalg/NodeColoringWigderson.h>
Go to the source code of this file.
Classes | |
class | ogdf::NodeColoringBergerRompel |
Approximation algorithms for the node coloring problem in graphs. More... | |
struct | ogdf::NodeColoringBergerRompel::SearchWrapperBergerRompel |
Wraps the parameterized Berger&Rompel algorithm. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Applies the node coloring approximation specified by Berger&Rompel.
Definition in file NodeColoringBergerRompel.h.