Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/example/undirected.expected @ 33

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

updated boost from 1_33_1 to 1_34_1

File size: 198 bytes
RevLine 
[29]1in a directed graph is (u,v) == (v,u) ? 0
2weight[(u,v)] = 1.2
3weight[(v,u)] = 2.4
4in an undirected graph is (u,v) == (v,u) ? 1
5weight[(u,v)] = 3.1
6weight[(v,u)] = 3.1
7the edges incident to v: (0,1)
Note: See TracBrowser for help on using the repository browser.