Dip  0.92.4
min_cut.h
Go to the documentation of this file.
1 #ifndef _MIN_CUT_H
2 #define _MIN_CUT_H
3 
4 #include "sym_proto.h"
5 #include "cg_user.h"
6 #include "network.h"
7 
8 int min_cut PROTO((cg_vrp_spec *vrp, network *n, double etol));
9 int shrink_one_edges PROTO((cg_vrp_spec *vrp, network *n, int *cur_verts,
10  int *cur_edges, int capacity, double etol));
11 
12 #endif
#define PROTO(x)
Definition: sym_proto.h:27