MinSTCutDijkstra class template. More...
#include <ogdf/basic/DualGraph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/extended_graph_alg.h>
#include <ogdf/graphalg/Dijkstra.h>
#include <ogdf/graphalg/MinSTCutModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::MinSTCutDijkstra< TCost > |
Min-st-cut algorithm, that calculates the cut by calculating the shortest path between the faces adjacent to an edge between s and t, via the algorithm by Dijkstra on the dual graph. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
MinSTCutDijkstra class template.
Definition in file MinSTCutDijkstra.h.