1Graph::Undirected(3)  User Contributed Perl Documentation Graph::Undirected(3)
2
3
4

NAME

6       Graph::Undirected - undirected graphs
7

SYNOPSIS

9           use Graph::Undirected;
10           my $g = Graph::Undirected->new;
11
12           # Or alternatively:
13
14           use Graph;
15           my $g = Graph->new(undirected => 1);
16           my $g = Graph->new(directed => 0);
17

DESCRIPTION

19       Graph::Undirected allows you to create undirected graphs.
20
21       For the available methods, see Graph.
22

SEE ALSO

24       Graph, Graph::Directed
25
27       Jarkko Hietaniemi jhi@iki.fi
28

LICENSE

30       This module is licensed under the same terms as Perl itself.
31
32
33
34perl v5.30.0                      2019-07-26              Graph::Undirected(3)
Impressum