Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/graph/example/undirected.expected @ 24

Last change on this file since 24 was 12, checked in by landauf, 18 years ago

added boost

File size: 198 bytes
Line 
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.