The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BioGraph::Random

SYNOPSIS

use Biograph::Random;

DESCRIPTION

Package for manipulate graphs represented as well as adjacent matrix or adjacent list. Library for generating random graphs.

AVAILABLE FUNCTIONS

This is the list of the differents functions implemented in this library.

generate

SYNOPSIS %T=generate(representation, nb_vertices, nb_classes, internal_density_list, external_density)

PARAMETERS

representation

the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list

nb_vertices

number of vertices of the graph

nb_classes

number of classes in the graph

internal_density_list

list of internal density of each class separate by a blank character

external_density

external density

OUTPUT The graph randomly generated

AUTHOR AND COPYRIGHT

  Graph::Calculs is Copyright (C) 2004, Tristan Colombo
                                     CNRS - LCB, 31 chemin Joseph Aiguier
                                     13009 Marseille
                                     France

                                     Email: tristan.colombo@ibsm.cnrs-mrs.fr

  All rights reserved.

  You may distribute this package under the terms of either the GNU
  General Public License or the Artistic License, as specified in the
  Perl README file.

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 57:

Expected text after =item, not a bullet

Around line 61:

Expected text after =item, not a bullet

Around line 89:

Expected text after =item, not a bullet