Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/example/kruskal.expected @ 47

Last change on this file since 47 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 127 bytes
Line 
1Print the edge in MST:
20 <--> 2 with weight of 1
33 <--> 4 with weight of 1
44 <--> 0 with weight of 1
51 <--> 3 with weight of 1
Note: See TracBrowser for help on using the repository browser.