Tristan Colombo > BioGraph > BioGraph::Random

Download:
BioGraph/BioGraph-1.0.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.0.1   Source  

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.