Go to the documentation of this file.
16 #ifndef _VRP_MASTER_FUNCTIONS_H
17 #define _VRP_MASTER_FUNCTIONS_H
29 int is_same_edge
PROTO((
const void *ed0,
const void *ed1));
32 int *create_edge_list
PROTO((
vrp_problem *vrp,
int *varnum,
char which_edges));