Boost logo

Boost :

From: psw_at_[hidden]
Date: 2001-03-22 04:32:21


Hello boost,

BGL documentation for prim_minimum_spanning_tree contains the source
of example with expected output.
...
The source code for this example is in examples/prim.cpp.
...
The output is:
  parent[0] = 0
  parent[1] = 3
  parent[2] = 0
  parent[3] = 4
  parent[4] = 0

But in the BGL from Boost 1.21.1 example is different.
So probably it is worth to update documentation.

-- 
Best regards,
 Serge                          mailto:psw_at_[hidden]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk