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 | |
|---|---|
| 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.










