Hi, can you tell me what I am doing wrong in the attached code?
The graph I used can be found here:
www.tessarakt.de/stuff/planar100k.graphml.zip (1,5 MB ...)
When I run it, it says
$ ./1
#vertices: 0
make_map_as_colormap entered
writing something to MapAsColorMap
Speicherzugriffsfehle
The crash is due to the empty graph ...
It should be possible to add vertices to adjacency_list<vecS, vecS,
bidirectionalS, VertexProperties, EdgeProperties>?!?!
Cheers,
Jens
Hi.
I'm pleased to announce version 1.0 of graph-tool. This version contains
many new features, improvements and bug fixes. In fact, previous
versions (0.9 namely) are considered deprecated, and should be avoided.
;-) From now on, hopefully, there should be no more radical changes on
how things work between versions, and improvements should be more
incremental.
Notable changes
===============
A lot of things changed since the 0.9 version, including how certain
options work, and lots of new stuff have been added. For a full list of
modifications, see
https://projects.forked.de/graph-tool/log/?action=stop_on_copy&rev=69&stop_…
The most important new features are:
* Community detection support
* Extended clustering coefficient
* Line graph generation
* Minimum spanning tree
* Sampled distance statistics
Also the documentation on the website has been massively updated and
reorganized. Check it out at:
https://projects.forked.de/graph-tool/wiki/GraphToolGuide
Download
========
Download information is available on the website:
https://projects.forked.de/graph-tool/wiki/GraphToolDownload
Enjoy!
Ps. graph-tool has now support for bash command line completion! For how
to enable it, please read http://furius.ca/optcomplete/. I'll post later
some more specific instructions on the wiki.
--
Tiago de Paula Peixoto <tiago(a)forked.de>