Dip  0.92.4
sol_pool_user.h
Go to the documentation of this file.
1 #ifndef _SOL_POOL_USER_H
2 #define _SOL_POOL_USER_H
3 
4 #include "sol_pool.h"
5 #include "vrp_const.h"
6 
7 typedef struct VRP_SPEC_SP{
8  int vertnum; /*number of vertices in the problem*/
9  int edgenum; /*number of edges in the problem*/
10  int *edges; /*a list of the edges (by index pairs)*/
12 
13 int origind_compar PROTO((const void *origind1, const void *origind2));
14 
15 #endif
16 
#define PROTO(x)
Definition: sym_proto.h:27
struct VRP_SPEC_SP vrp_spec_sp