Declaration of class NonPlanarCore which represents the non-planar core reduction for biconnected graphs. More...
#include <ogdf/basic/Queue.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <ogdf/decomposition/StaticSPQRTree.h>
#include <ogdf/graphalg/MinSTCutBFS.h>
#include <ogdf/graphalg/MinSTCutDijkstra.h>
Go to the source code of this file.
Classes | |
class | ogdf::GlueMap< TCost > |
This is a helper class to make the glueing of two edges simpler. More... | |
class | ogdf::NonPlanarCore< TCost > |
Non-planar core reduction. More... | |
struct | ogdf::NonPlanarCore< TCost >::CutEdge |
Struct to represent an edge that needs to be crossed in order to cross an st-component. More... | |
struct | ogdf::QueueEntry |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of class NonPlanarCore which represents the non-planar core reduction for biconnected graphs.
Definition in file NonPlanarCore.h.