Boost::Graph

Boost::Graph is a Perl interface to the Boost-Graph C++ libraries.
Download

Boost::Graph Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Burdick
  • Publisher web site:
  • http://search.cpan.org/~dburdick/Boost-Graph-1.3/Graph.pm

Boost::Graph Tags


Boost::Graph Description

Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. Boost::Graph is a Perl interface to the Boost-Graph C++ libraries.SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>'Graph Name', net_id=>1000); # add edges $graph->add_edge(node1=>'a', node2=>'b', weight=>1.1, edge=>'edge name'); $graph->add_edge(node1=>$node1, node2=>$node2, weight=>2.3, edge=>$edge_obj);ABSTRACT Boost::Graph is a perl interface to the Boost-Graph C++ libraries that offer many efficient and peer reviewed algorithms. Boost::Graph is a perl interface to the Boost-Graph C++ libraries that offer many efficient and peer reviewed algorithms.Requirements:· PerlINSTALLATIONInstallation works as with any other CPAN distribution. This package comes bundled with the Boost Graph C++ Library, version 1.33. This allows the package to install without any extra installation steps. However, if you would like to use a different version of Boost, you can edit the following line in Directed/Makefile.PL and Undirected/Makefile.PL to point to your installation: 'INC' => '-I. -I../include -I/usr/local/include/boost-1_33/', note, the Boost Library location on the example system is located in /usr/local/include/boost-1_33/


Boost::Graph Related Software