Changes between Version 24 and Version 25 of soc/2007/UserFriendlyGraph


Ignore:
Timestamp:
Aug 16, 2007, 2:55:17 PM (15 years ago)
Author:
Andrew Sutton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/UserFriendlyGraph

    v24 v25  
    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/UserFriendlyGraphs/Concepts] - Issues related to concept checking and coverage.
     24 * [wiki:soc/2007/UserFriendlyGraphs/Concepts Concepts] - Issues related to concept checking and coverage.
    2525
    2626 * 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.