Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/example/incremental_components.expected @ 30

Last change on this file since 30 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 300 bytes
Line 
1An undirected graph:
20 <--> 1 4
31 <--> 0 4
42 <--> 5
53 <-->
64 <--> 1 0
75 <--> 2
8
9representative[0] = 1
10representative[1] = 1
11representative[2] = 5
12representative[3] = 3
13representative[4] = 1
14representative[5] = 5
15
16component 0 contains: 4 1 0
17component 1 contains: 3
18component 2 contains: 5 2
Note: See TracBrowser for help on using the repository browser.