libboost-graph1.41-dev

Generic graph components and algorithms in c++
  http://www.boost.org/libs/graph/
  0
  no reviews



This package forms part of the boost c++ libraries collection.

graphs are mathematical abstractions that are useful for solving many types of problems in computer science. consequently, these abstractions must also be represented in computer programs. a standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures.