Changes between Initial Version and Version 1 of GraphVersion2


Ignore:
Timestamp:
Aug 31, 2007, 5:14:34 PM (15 years ago)
Author:
Douglas Gregor
Comment:

Initial bit o' content

Legend:

Unmodified
Added
Removed
Modified
  • GraphVersion2

    v1 v1  
     1Since its initial release in September of 2000, the Boost Graph Library has grown considerably and gained many users. In this time we have noticed certain usability issues, found new techniques and libraries that replace old ones, and extended it in ways not originally considered. It is time to revisit the design of the library to create an even better Boost Graph Library.
     2
     3We're evolving Boost.Graph in a separate part of the Boost sandbox at http://svn.boost.org/svn/boost/sandbox/graph-v2/
     4
     5Here are some ideas for changes we would like to make in version 2 of the library. Additional suggestions are welcome:
     6
     7* Namespaces: move everything into the namespace boost::graph
     8* Named parameters: use the named parameter library instead of the BGL named parameters mechanism.
     9* Documentation: Port to Quickbook.
     10* Usability: Try to address some of the usability issues that keep coming up:
     11* Property maps: Create a facility that makes it easier to create external property maps for a graph.
     12* Simple graph types: Create jack-of-all-trades class templates "directed_graph" and "undirected_graph", that make it very easy to add internal properties (e.g., using bundled properties), modify graphs, and use them with algorithms. Compilation speed is very important.