EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
|
Stores the parameters of a country model. More...
#include <models.h>
Public Member Functions | |
LeadAllPar (unsigned int n_foll, std::string name, Models::FollPar FP={}, Models::DemPar DP={}, Models::LeadPar LP={}) | |
Data Fields | |
unsigned int | n_followers |
Number of followers in the country. More... | |
std::string | name |
Country Name. More... | |
Models::FollPar | FollowerParam = {} |
A struct to hold Follower Parameters. More... | |
Models::DemPar | DemandParam = {} |
A struct to hold Demand Parameters. More... | |
Models::LeadPar | LeaderParam = {} |
A struct to hold Leader Parameters. More... | |
|
inline |
Models::DemPar Models::LeadAllPar::DemandParam = {} |
Models::FollPar Models::LeadAllPar::FollowerParam = {} |
Models::LeadPar Models::LeadAllPar::LeaderParam = {} |
unsigned int Models::LeadAllPar::n_followers |