Go to the documentation of this file.
24 #define DEPOT_PENALTY 20
26 #define MY_PI 3.141592
51 #define DISPLAY_DATA 2
56 #define SUBTOUR_ELIM_SIDE 0
57 #define SUBTOUR_ELIM_ACROSS 1
58 #define SUBTOUR_ELIM 2
64 #define OPTIMALITY_CUT_FIXED 8
65 #define OPTIMALITY_CUT_VARIABLE 9
73 #define ALL_TSP_CUTS 7
77 #define ACTIVE_NODE_LIST_BLOCK_SIZE 100
78 #define DELETE_POWER 3
79 #define DELETE_AND 0x07
82 #define EVERYTHING_IS_EXTRA 0
83 #define SOME_ARE_BASE 1
84 #define EVERYTHING_IS_BASE 2
88 #define REMAINING_EDGES 1
91 #define SAVE_SMALL_GRAPH 1
92 #define LOAD_SMALL_GRAPH 2