Defines
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:

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 Documentation

#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.



tabletop_pushing
Author(s): Tucker Hermans
autogenerated on Wed Nov 27 2013 11:59:44