Declaration of class SeparatorDualFC, which applies the Fundamental Cycle Lemma directly to obtain a cycle. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/SeparatorLiptonTarjanFC.h>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::SeparatorDualFC |
Computes planar separators by applying the Fundamental Cycle Lemma directly, without trying tree levels first. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::planar_separators | |
Declaration of class SeparatorDualFC, which applies the Fundamental Cycle Lemma directly to obtain a cycle.
Definition in file SeparatorDualFC.h.