#include "Global.h"
#include <vector>
#include <set>
#include <iostream>
#include <stdio.h>
#include <limits.h>
#include "Population.h"
Go to the source code of this file.
Classes | |
class | Place |
Defines | |
#define | HOUSEHOLD 'H' |
#define | NEIGHBORHOOD 'N' |
#define | SCHOOL 'S' |
#define | CLASSROOM 'C' |
#define | WORKPLACE 'W' |
#define | OFFICE 'O' |
#define | HOSPITAL 'M' |
#define | COMMUNITY 'X' |
Variables | |
int | Strains |
#define CLASSROOM 'C' |
#define COMMUNITY 'X' |
#define HOSPITAL 'M' |
#define HOUSEHOLD 'H' |
#define NEIGHBORHOOD 'N' |
#define OFFICE 'O' |
#define SCHOOL 'S' |
#define WORKPLACE 'W' |
int Strains |