NAME
Graph::Fast::GraphPM - Graph.pm compatibility routines for Graph::Fast
SYNOPSIS
my $g = new Graph::Fast::GraphPM;
# use $g like Graph::Directed
DESCRIPTION
This module exposes a Graph style interface to Graph::Fast, allowing existing applications using Graph::Directed to use Fastgraph without changes.
LIMITATIONS
Not all functions are implemented yet.
Certain esoteric features like hypergraphs will probably never be emulated.
SEE ALSO
Graph for the interface
AUTHORS & COPYRIGHTS
Made 2009 by Lars Stoltenow. No rights reserved. Do what the fuck you want. (Credit is appreciated, though)