5#ifndef SEAPODYM_COHORT_DEPENDENCY_ANALYZER
6#define SEAPODYM_COHORT_DEPENDENCY_ANALYZER
41 std::map<int, int> stepBegMap;
44 std::map<int, int> stepEndMap;
47 std::map<int, std::set<std::array<int, 2>>> dependencyMap;
std::map< int, std::set< std::array< int, 2 > > > getDependencyMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:64
int getNumberOfCohorts() const
Definition SeapodymCohortDependencyAnalyzer.cpp:44
SeapodymCohortDependencyAnalyzer(int numAgeGroups, int numTimeSteps)
Definition SeapodymCohortDependencyAnalyzer.cpp:3
std::map< int, int > getStepEndMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:59
int getNumberOfCohortSteps() const
Definition SeapodymCohortDependencyAnalyzer.cpp:49
std::map< int, int > getStepBegMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:54