Read@CVL
maxflow.cpp File Reference
#include <stdio.h>
#include "graph.h"
Include dependency graph for maxflow.cpp:
This graph shows which files directly or indirectly include this file:

Macros

#define TERMINAL   ( (arc *) 1 ) /* to terminal */
 
#define ORPHAN   ( (arc *) 2 ) /* orphan */
 
#define INFINITE_D   ((int)(((unsigned)-1)/2)) /* infinite distance to the terminal */
 

Macro Definition Documentation

#define INFINITE_D   ((int)(((unsigned)-1)/2)) /* infinite distance to the terminal */
#define ORPHAN   ( (arc *) 2 ) /* orphan */
#define TERMINAL   ( (arc *) 1 ) /* to terminal */