Changes between Version 20 and Version 21 of soc/2007/UserFriendlyGraph
- Timestamp:
- Jul 18, 2007, 12:01:57 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/UserFriendlyGraph
v20 v21 22 22 * [wiki:soc/2007/UserFriendlyGraphs/Indexing Vertex Indexing] - Discusses some approaches to automated vertex indexing and index managements. 23 23 * [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. 24 25 25 26 * 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.