Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
Applications
VRP
include
decomp
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)*/
11
}
vrp_spec_sp
;
12
13
int
origind_compar
PROTO
((
const
void
*origind1,
const
void
*origind2));
14
15
#endif
16
PROTO
#define PROTO(x)
Definition:
sym_proto.h:27
vrp_spec_sp
struct VRP_SPEC_SP vrp_spec_sp
VRP_SPEC_SP::vertnum
int vertnum
Definition:
sol_pool_user.h:8
VRP_SPEC_SP::edgenum
int edgenum
Definition:
sol_pool_user.h:9
VRP_SPEC_SP::edges
int * edges
Definition:
sol_pool_user.h:10
vrp_const.h
VRP_SPEC_SP
Definition:
sol_pool_user.h:7
Generated by
1.8.5