Dip  0.92.4
vrp_heurs.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 VRP_HEURS_H
18 #define VRP_HEURS_H
19 
20 #include "vrp_const.h"
21 #include "exchange.h"
22 #include "exchange2.h"
23 #include "farnear_ins.h"
24 #include "farthest_ins.h"
25 #include "nearest_ins.h"
26 #include "mst.h"
27 #include "near_cluster.h"
28 #include "savings.h"
29 #include "savings2.h"
30 #include "savings3.h"
31 #include "sweep.h"
32 #include "tsp_fi.h"
33 #include "tsp_fini.h"
34 #include "tsp_ni.h"
35 
36 #endif