Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
e4e05a4d
Commit
e4e05a4d
authored
Jun 06, 2010
by
Tiago Peixoto
Browse files
Update README file.
parent
49d83026
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
e4e05a4d
graph-tool -- a
general graph measurement and manipulation python module
===============================================================
==========
graph-tool -- a
n efficient python module for analysis of graphs
===============================================================
This is graph-tool, a python module which contains general graph
graph-tool is an efficient python module for manipulation and
statistical analysis of graphs. It contains several general graph
measurements data structures and algorithms, such as degree or
properties distributions, degree or properties correlations,
clustering, graph filtering, graph layout, and more, as well as a
...
...
@@ -9,8 +10,9 @@ random graph generation routine. For more information and
documentation, please take a look at the website
http://graph-tool.forked.de.
graph-tool is free software, you can redistribute it and/or modify it under
the terms of the GNU General Public License.
graph-tool is free software, you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 3 or
above. See COPYING for details.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -25,14 +27,15 @@ project's website: http://graph-tool.forked.de
Installation
============
graph-tool follows the standard GNU installation procedure. Please consult
the INSTALL file in this distribution for more detailed instructions.
graph-tool follows the standard GNU installation procedure. Please
consult the INSTALL file in this distribution for more detailed
instructions.
Note that recent versions of GCC (4.4 or above) are required for
compilation, and due to the usage of template metaprogramming
techniques in the program, relatively large amounts of RAM
are
required during compilation. You have been warned! For this
reason,
pre-compiled packages are available in the website.
techniques in the program, relatively large amounts of RAM
are
required during compilation. You have been warned! For this
reason,
pre-compiled packages are available in the website.
More information about graph-tool
==================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment