#include <eg_greedytypes.h>
Collaboration diagram for EGinternalPairs_t:

Data Fields | |
| EGdGraphNode_t * | s | 
| EGdGraphNode_t * | t | 
| EGdijkstraCost_t | value | 
| EGdijkstraCost_t | ivalue | 
| EGdijkstraCost_t | evalue | 
| unsigned int | npath | 
| EGdGraphEdge_t ** | stpath | 
| EGlist_t * | extpath | 
Definition at line 180 of file eg_greedytypes.h.
      
  | 
  
| 
 Value of external path Definition at line 186 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 external st path Definition at line 189 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 Value of internal path Definition at line 185 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 length of internal st path Definition at line 187 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 First end point of the internal path Definition at line 182 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 internal st path Definition at line 188 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 Second end point of the internal path Definition at line 183 of file eg_greedytypes.h.  | 
  
      
  | 
  
| 
 Value of the path (external + internal) Definition at line 184 of file eg_greedytypes.h.  | 
  
 1.4.5