

Go to the source code of this file.
Defines | |
| #define | INFINITE_D ((int)(((unsigned)-1)/2)) /* infinite distance to the terminal */ | 
| #define | ORPHAN ( (arc *) 2 ) /* orphan */ | 
| #define | TERMINAL ( (arc *) 1 ) /* to terminal */ | 
| #define INFINITE_D ((int)(((unsigned)-1)/2)) /* infinite distance to the terminal */ | 
Definition at line 15 of file maxflow.cpp.
| #define ORPHAN ( (arc *) 2 ) /* orphan */ | 
Definition at line 12 of file maxflow.cpp.
| #define TERMINAL ( (arc *) 1 ) /* to terminal */ | 
Definition at line 11 of file maxflow.cpp.