covid-sim
|
#include <Model.h>
Public Attributes | |
int | num_mcell |
int | num_place |
int | Inv_prop_traffic [129] |
int | Inv_DestMcells [1025] |
int | Inv_DestPlaces [1025] |
unsigned short int | num_connected |
unsigned short int * | conn_airports |
float | total_traffic |
float | loc_x |
float | loc_y |
float * | prop_traffic |
IndexList * | DestMcells |
IndexList * | DestPlaces |
Airport state.
Not used for COVID-19 right now. Might be more relevant for USA and other countries that have lots of internal flights. Slows the simulation.