source:
downloads/boost_1_34_1/libs/graph/example/undirected.expected
@
29
Last change on this file since 29 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 198 bytes |
Line | |
---|---|
1 | in a directed graph is (u,v) == (v,u) ? 0 |
2 | weight[(u,v)] = 1.2 |
3 | weight[(v,u)] = 2.4 |
4 | in an undirected graph is (u,v) == (v,u) ? 1 |
5 | weight[(u,v)] = 3.1 |
6 | weight[(v,u)] = 3.1 |
7 | the edges incident to v: (0,1) |
Note: See TracBrowser
for help on using the repository browser.