source:
downloads/boost_1_34_1/libs/graph/example/undirected.expected
@
  30
        
        | Last change on this file since 30 was 29, checked in by landauf, 17 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.
    


 
            







