Contains constructive and improvement compaction by applying computation of longest paths in constraint graphs. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/SList.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::LongestPathCompaction |
Compaction algorithm using longest paths in the constraint graph. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Contains constructive and improvement compaction by applying computation of longest paths in constraint graphs.
Definition in file LongestPathCompaction.h.