Contains constructive and improvement compaction by applying computation of min-cost flow in the dual of the constraint graphs. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/orthogonal/internal/RoutingChannel.h>
Go to the source code of this file.
Classes | |
class | ogdf::CompactionConstraintGraph< ATYPE > |
Represents a constraint graph used for compaction. More... | |
class | ogdf::FlowCompaction |
represents compaction algorithm using min-cost flow in the dual of the constraint graph More... | |
class | ogdf::MinimumEdgeDistances< ATYPE > |
Maintains input sizes for improvement compaction (deltas and epsilons) More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Contains constructive and improvement compaction by applying computation of min-cost flow in the dual of the constraint graphs.
Definition in file FlowCompaction.h.