Declares class ExpansionGraph... More...
Go to the source code of this file.
Classes | |
class | ogdf::ExpansionGraph |
Represents expansion graph of each biconnected component of a given digraph, i.e., each vertex v with in- and outdegree greater than 1 is expanded into two vertices x and y connected by an edge x->y such that all incoming edges are moved from v to x and all outgoing edges from v to y. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declares class ExpansionGraph...
...which represents the expansion graph of each biconnected component of a given digraph.
Definition in file ExpansionGraph.h.