Dip  0.92.4
decomp_user.h
Go to the documentation of this file.
1 #ifndef _DECOMP_USER_H
2 #define _DECOMP_USER_H
3 
4 #include "sym_proto.h"
5 #include "cg_user.h"
6 
7 int int_compar PROTO((const void *int1, const void *int2));
8 void add_tour_to_col_set PROTO((cg_prob *p, int *tour, cg_vrp_spec *vrp,
9  dcmp_col_set *cols));
10 char bfm PROTO((cg_prob *p, int cur_node, int *intour, int *tour,
11  dcmp_col_set *cols, edge **stack, int position));
12 char check_cut PROTO((cg_prob *p, cg_vrp_spec *vrp, cut_data *cut));
13 
14 #endif
15 
16 
#define PROTO(x)
Definition: sym_proto.h:27
Definition: sym_cg.h:27