
Public Attributes | |
| long | id |
| struct Edge * | first_edge |
| struct Edge * | scan_ptr |
| struct Node * | parent |
| double | mincap |
| long | dist |
| double | excess |
| struct Node * | bfs_link |
| struct Node * | stack_link |
| BOOL | alive |
| BOOL | unmarked |
Definition at line 6 of file graph.h.
1.6.3