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