1#ifndef COVIDSIM_COUNTRY_H_INCLUDED_
2#define COVIDSIM_COUNTRY_H_INCLUDED_
5const int MAX_HOUSEHOLD_SIZE = 10;
6const int MAX_INTERVENTION_TYPES = 1;
7const int MAX_INTERVENTIONS_PER_ADUNIT = 10;
9const int ADUNIT_LOOKUP_SIZE = 1000000;
10const int MAX_COUNTRIES = 100;
11const int NUM_PLACE_TYPES = 4;
12const int MAX_ADUNITS = 3200;
15const int MAX_ABSENT_TIME = 8;
17const int MAX_DIST = 2000;