| Last change
                  on this file since 30 was
                  29,
                  checked in by landauf, 17 years ago | 
        
          | 
updated boost from 1_33_1 to 1_34_1
 | 
        | File size:
            300 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | An undirected graph: | 
|---|
| 2 | 0 <--> 1 4 | 
|---|
| 3 | 1 <--> 0 4 | 
|---|
| 4 | 2 <--> 5 | 
|---|
| 5 | 3 <--> | 
|---|
| 6 | 4 <--> 1 0 | 
|---|
| 7 | 5 <--> 2 | 
|---|
| 8 |  | 
|---|
| 9 | representative[0] = 1 | 
|---|
| 10 | representative[1] = 1 | 
|---|
| 11 | representative[2] = 5 | 
|---|
| 12 | representative[3] = 3 | 
|---|
| 13 | representative[4] = 1 | 
|---|
| 14 | representative[5] = 5 | 
|---|
| 15 |  | 
|---|
| 16 | component 0 contains: 4 1 0 | 
|---|
| 17 | component 1 contains: 3 | 
|---|
| 18 | component 2 contains: 5 2 | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.