Ejemplo n.º 1
0
function dumpReverse(DirectedGraph $g)
{
    echo "\nReversed: " . $g->getReversedGraph() . "\n";
}