-
-
10 Oct 2021 20:06:24 UTC
- Distribution: Graph
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (241 / 0 / 0)
- Kwalitee
Bus factor: 2- 94.33% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (144.04KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Heap
- List::Util
- Safe
- Scalar::Util
- Set::Object
- Storable
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Graph::Directed - directed graphs
SYNOPSIS
use Graph::Directed; my $g = Graph::Directed->new; # Or alternatively: use Graph; my $g = Graph->new(directed => 1); my $g = Graph->new(undirected => 0);
DESCRIPTION
Graph::Directed allows you to create directed graphs.
For the available methods, see Graph.
SEE ALSO
AUTHOR AND COPYRIGHT
Jarkko Hietaniemi jhi@iki.fi
LICENSE
This module is licensed under the same terms as Perl itself.
Module Install Instructions
To install Graph, copy and paste the appropriate command in to your terminal.
cpanm Graph
perl -MCPAN -e shell install Graph
For more information on module installation, please visit the detailed CPAN module installation guide.