91// Need to use define for MAX_DIST_AIRPORT_TO_HOTEL to avoid differences between GCC and clang in requirements to share const doubles in OpenMP default(none) pragmas
92#define MAX_DIST_AIRPORT_TO_HOTEL 200000.0
93constint MIN_HOTELS_PER_AIRPORT = 20;
94constint HOTELS_PER_1000PASSENGER = 10;
95
96constint MAX_NUM_INTERVENTION_CHANGE_TIMES = 100; // may want to make this intervention-specifc, but keep simple for now.