Name : perl-Graph-Graph6
| |
Version : 5
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2015-10-12 08:21:07
|
Group : Development/Libraries/Perl
| Source RPM : perl-Graph-Graph6-5-1.1.src.rpm
|
Size : 0.12 MB
| |
Packager : (none)
| |
Summary : Read and Write Graph6 or Sparse6 Format Graphs
|
Description :
This module reads and writes graph6 or sparse6 files. These file formats are per
the http://cs.anu.edu.au/~bdm/data/formats.txt manpage
Both represent an undirected graph with vertices numbered 0 to n-1 encoded into printable ASCII characters in the range \'?\' to \'~\'.
The maximum number of vertices is 2^36-1. sparse6 lists edges as pairs of vertices i,j and is good for large graphs with relatively few edges. graph6 is an upper triangle adjacency matrix of bits. Its encoding is 6 bits per character so N vertices is a file size roughly N^2/12 bytes. sparse6 can have multi-edges and self loops. graph6 does not.
This module reads and writes graph6 and sparse6 in a \"native\" way just as integer vertex numbers. See the /SEE ALSO manpage below for \'Graph.pm\', \'Graph::Easy\' and \'GraphViz2\' interfaces.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-G/openSUSE_13.2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Graph::Easy)
perl(Graph::Easy::As_graph6)
perl(Graph::Easy::As_sparse6)
perl(Graph::Easy::Parser::Graph6)
perl(Graph::Graph6)
perl(Graph::Reader::Graph6)
perl(Graph::Writer::Graph6)
perl(Graph::Writer::Sparse6)
perl(GraphViz2::Parse::Graph6)
perl-Graph-Graph6
Requires :