Hi Jeremy,
For example, why is the edge_connectivity function only available in edge-connectivity.cpp, and is not present in the library itself?
JS> The only reason is time. It takes time to turn a little example JS> into a real "programming product" as Frederick Brooks would call it. JS> Documentation needs to be written, and much more complete JS> testing should be done. Also the algorithms in the examples JS> may not be as general as they could/should be, and it takes time JS> to generalize properly. I see. Actually, I just found out that the edge_connectivity function is present in http://www.boost.org/boost/graph/edge_connectivity.hpp , but that is not documented yet. I will try to implement a vertex_connectivity function now myself, as I haven't found any existing implementations for the BGL. Btw, your book really helps. -- Val Samko http://val.digiways.com/