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::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... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::planar_separators |
Declaration of class SeparatorLiptonTarjanFC.
Definition in file SeparatorLiptonTarjanFC.h.