Struct LeadAllPar

Struct Documentation

struct LeadAllPar

Stores the parameters of a country model.

Public Functions

inline LeadAllPar(unsigned int n_foll, std::string name, Models::EPEC::FollPar FP = {}, Models::EPEC::DemPar DP = {}, Models::EPEC::LeadPar LP = {})

Public Members

unsigned int n_followers

Number of followers in the country.

std::string name

Country Name.

Models::EPEC::FollPar FollowerParam = {}

A struct to hold Follower Parameters.

Models::EPEC::DemPar DemandParam = {}

A struct to hold Demand Parameters.

Models::EPEC::LeadPar LeaderParam = {}

A struct to hold Leader Parameters.