|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "demographic.h"#include "HealthGPS.Core/thread_util.h"#include "converter.h"#include "sync_message.h"#include <algorithm>#include <cassert>#include <climits>#include <cstdio>#include <fmt/format.h>#include <functional>#include <limits>#include <mutex>#include <string>#include <vector>#include <oneapi/tbb/parallel_for_each.h>Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Functions | |
| std::unique_ptr< DemographicModule > | hgps::build_population_module (Repository &repository, const ModelInput &config) |
| Builds a new instance of the DemographicModule using the given data infrastructure. | |