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
heurs
cluster_heur.h
Go to the documentation of this file.
1
/*===========================================================================*/
2
/* */
3
/* This file is part of a demonstration application for use with the */
4
/* SYMPHONY Branch, Cut, and Price Library. This application is a solver for */
5
/* the Vehicle Routing Problem and the Traveling Salesman Problem. */
6
/* */
7
/* This application was developed by Ted Ralphs (ted@lehigh.edu) */
8
/* This file was modified by Ali Pilatin January, 2005 (alp8@lehigh.edu) */
9
/* */
10
/* (c) Copyright 2000-2005 Ted Ralphs. All Rights Reserved. */
11
/* */
12
/* This software is licensed under the Eclipse Public License. Please see */
13
/* accompanying file for terms. */
14
/* */
15
/*===========================================================================*/
16
17
#ifndef _CLUSTER_HEUR_H
18
#define _CLUSTER_HEUR_H
19
20
#include "
sym_proto.h
"
21
#include "
vrp_types.h
"
22
23
void
cluster_heur
PROTO
((
vrp_problem
*vrp,
heur_params
*heur_par,
24
heurs *ch,
int
trials,
int
jobs,
int
*tids,
25
int
*sent));
26
void
generate_starter
PROTO
((
int
vertnum,
int
*starter,
int
num));
27
28
#endif
PROTO
#define PROTO(x)
Definition:
sym_proto.h:27
vrp_types.h
HEUR_PARAMS
Definition:
heur_params.h:61
sym_proto.h
VRP_PROBLEM
Definition:
vrp_types.h:164
Generated by
1.8.5