2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00
Files
graph/examples/miles_span.expected
Jeremy Siek e57217a52e fixed prim minimum spanning tree. This required a change in
breadth first search, the addition of gray_target and black_target
event points. Also removed the cycle_edge() event from UniformCostVisitor.
Added expected output for miles_span.


[SVN r7903]
2000-10-04 07:44:15 +00:00

3 lines
99 B
Plaintext

The graph miles(100,0,0,0,0,10,0) has 405 edges,
and its minimum spanning tree has length 14467.