Boost
        C++ Libraries
      
    
    ...one of the most highly
    regarded and expertly designed C++ library projects in the
    world.
 — Herb Sutter and Andrei
    Alexandrescu, C++
    Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.89.0.
 Parallel Boost Graph LibraryThe Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Visitors new to the Parallel BGL should read our architectural overview.
- Graphviz output
 - METIS input
 
- Distributed algorithms
 
Copyright (C) 2005-2009 The Trustees of Indiana University.
Authors: Nick Edmonds, Douglas Gregor, and Andrew Lumsdaine