Declaration of class SeparatorLiptonTarjanFC. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/PlanarSeparatorModule.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::planar_separators::BFSTreeFC |
Custom BFS Tree. More... | |
class | ogdf::planar_separators::TriangulatingBFSTree |
Triangulating BFS tree that operates on a non-triangulated graph and constructs the triangulation together with the BFS, which should lead to broader trees. More... | |
class | ogdf::SeparatorLiptonTarjanFC |
Computes planar separators using Fundamental Cycles. More... | |
class | ogdf::SListPure< E > |
Singly linked lists. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::planar_separators | |
Declaration of class SeparatorLiptonTarjanFC.
Definition in file SeparatorLiptonTarjanFC.h.