
BioGraph::Random

use Biograph::Random;

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

This is the list of the differents functions implemented in this library.
SYNOPSIS %T=generate(representation, nb_vertices, nb_classes, internal_density_list, external_density)
PARAMETERS
the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list
number of vertices of the graph
number of classes in the graph
list of internal density of each class separate by a blank character
external density
OUTPUT The graph randomly generated

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.