Changes between Version 21 and Version 22 of soc/2007/UserFriendlyGraph


Ignore:
Timestamp:
Jul 18, 2007, 12:08:48 PM (15 years ago)
Author:
Andrew Sutton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/UserFriendlyGraph

    v21 v22  
    2222 * [wiki:soc/2007/UserFriendlyGraphs/Indexing Vertex Indexing] - Discusses some approaches to automated vertex indexing and index managements.
    2323 * [wiki:soc/2007/UserFriendlyGraphs/PropertyMaps Property Maps] - Notes and discussion on a more "correct" approach to using property maps.
    24  * [wiki:soc/2007/UserFriendlyGraph/Identity Identity Values] - An esoteric discussion of "identity values" for types under certain operations.
    2524
    2625 * I found [http://projects.forked.de/graph-tool graph-tool] today. This seems to be a (actively developed) command-line tool that computes a number of graph statistics. And it uses Boost.Graph - although apparently, a paralellized variant using OpenMP, which requires a GCC patch. Still, it's an interesting project and, from the size of the codebase, looks kind of non-trivial.