5#ifndef SEAPODYM_COHORT_DEPENDENCY_ANALYZER
6#define SEAPODYM_COHORT_DEPENDENCY_ANALYZER
61 std::map<int, int> stepBegMap;
64 std::map<int, int> stepEndMap;
67 std::map<int, std::set<std::array<int, 2>>> dependencyMap;
std::map< int, std::set< std::array< int, 2 > > > getDependencyMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:117
SeapodymCohortDependencyAnalyzer(int numAgeGroups, int numTimeSteps, int ageMature=0, bool aPlusCohort=false)
Definition SeapodymCohortDependencyAnalyzer.cpp:3
int getNumberOfCohorts() const
Definition SeapodymCohortDependencyAnalyzer.cpp:93
int getFirstAPlusCohortId() const
Definition SeapodymCohortDependencyAnalyzer.cpp:122
std::map< int, int > getStepEndMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:112
int getNumberOfCohortSteps() const
Definition SeapodymCohortDependencyAnalyzer.cpp:98
std::map< int, int > getStepBegMap() const
Definition SeapodymCohortDependencyAnalyzer.cpp:107