Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/example/reverse_graph.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: 147 bytes
Line 
1original graph:
20 --> 2
31 --> 1 3 4
42 --> 1 3 4
53 --> 1 4
64 --> 0 1
7
8reversed graph:
90 --> 4
101 --> 1 2 3 4
112 --> 0
123 --> 1 2
134 --> 1 2 3
Note: See TracBrowser for help on using the repository browser.