Go to the documentation of this file.
24 #define DEPOT_PENALTY 20
26 #define MY_PI 3.141592
43 #define VRP_LB_DATA2 2
44 #define VRP_BROADCAST_DATA 3
45 #define EXCHANGE_HEUR_TOUR 4
46 #define ROUTE_FINS_START_RULE 5
47 #define ROUTE_NINS_START_RULE 6
48 #define ROUTE_FNINS_START_RULE 7
50 #define TSP_FINI_RATIO 9
51 #define ROUTE_FINS_VRP_DATA 10
52 #define ROUTE_NINS_VRP_DATA 11
53 #define ROUTE_FNINS_VRP_DATA 12
54 #define SWEEP_TRIALS 13
55 #define TSP_NI_TRIALS 14
56 #define TSP_FI_TRIALS 15
57 #define TSP_FINI_TRIALS 16
58 #define S3_NUMROUTES 17
59 #define NC_NUMROUTES 18
60 #define TSP_START_POINT 19
61 #define SAVINGS_DATA 20
62 #define SAVINGS2_DATA 21
63 #define SAVINGS3_DATA 22
64 #define DISPLAY_DATA 23
70 #define HEUR_TOUR_WITH_ROUTES 26
71 #define LOWER_BOUND 27
76 #define FARNEAR_INS 30
77 #define FARTHEST_INS 31
79 #define NEAREST_INS 33
80 #define NEAR_CLUSTER 34
90 #define S_EXCHANGE2 43
91 #define S_FARNEAR_INS 44
92 #define S_FARTHEST_INS 45
94 #define S_NEAREST_INS 47
95 #define S_NEAR_CLUSTER 48
101 #define S_TSP_FINI 54
106 #define NOT_NEIGHBOR 0
110 #define SUBTOUR_ELIM_SIDE 0
111 #define SUBTOUR_ELIM_ACROSS 1
112 #define SUBTOUR_ELIM 2
117 #define GENERAL_NONZEROS 6
122 #define NO_TSP_CUTS 0
126 #define ALL_TSP_CUTS 7
130 #define ACTIVE_NODE_LIST_BLOCK_SIZE 100
131 #define DELETE_POWER 3
132 #define DELETE_AND 0x07
135 #define EVERYTHING_IS_EXTRA 0
136 #define SOME_ARE_BASE 1
137 #define EVERYTHING_IS_BASE 2
140 #define CHEAP_EDGES 0
141 #define REMAINING_EDGES 1
144 #define SAVE_SMALL_GRAPH 1
145 #define LOAD_SMALL_GRAPH 2