5#ifndef SEAPODYM_COHORT_DEPENDENCY_ANALYZER
6#define SEAPODYM_COHORT_DEPENDENCY_ANALYZER
41 std::map<int, int> numStepsMap;
44 std::map<int, std::set<std::array<int, 2>>> dependencyMap;
std::map< int, std::set< std::array< int, 2 > > > getDependencyMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:66
int getNumberOfCohorts() const
Definition SeapodymCohortDependencyAnalyzer.cpp:51
SeapodymCohortDependencyAnalyzer(int numAgeGroups, int numTimeSteps)
Definition SeapodymCohortDependencyAnalyzer.cpp:3
std::map< int, int > getNumStepsMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:61
int getNumberOfCohortSteps() const
Definition SeapodymCohortDependencyAnalyzer.cpp:56