graph
graph copied to clipboard
Boost.org graph module
The sample output provided for the code in filtered_graph_edge_range.cpp is wrong.
Instead of a single start vertex a range of start vertices can be handed in. The range is modeled by two iterators s_begin and s_end. The reason to use iterators...
Expected outputs of graph/example/subgraph.expected and graph/example/subgraph.cpp is incorrect.
THX to Ireneusz Szcześniak for finding this bug
``` When the distance map is given and the newly discovered distance is worse than the distance stored in the distance map, the vertex is not even added to the...
while trying to build the example labeled_graph.cpp I see: ``` 1>d:\data\boost\boost\libs\graph\example\labeled_graph.cpp(61): error C2039: 'add_edge': is not a member of 'boost::labeled_graph' 1>d:\data\boost\boost\libs\graph\example\labeled_graph.cpp(57): note: see declaration of 'boost::labeled_graph' ```
The graph property of boost::no_property now serializes to two zeros. Added two zeros to kevin-bacon.dat.
The following two examples crash at runtime: astar_maze.cpp kevin-bacon2.cpp Sorry but I don't see what the issue is off hand.
…concept checking class in the documentation for BidirectionalGraphConcept. Implementation of missing 'degree' function for filtered_graph. I'm going through other forks and came across this.
Title says it all, msvc runtime checks catch this.