EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
Public Member Functions | Data Fields
Models::LeadAllPar Struct Reference

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...
 

Detailed Description

Stores the parameters of a country model.

Definition at line 98 of file models.h.

Constructor & Destructor Documentation

◆ LeadAllPar()

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

Definition at line 104 of file models.h.

Field Documentation

◆ DemandParam

Models::DemPar Models::LeadAllPar::DemandParam = {}

A struct to hold Demand Parameters.

Definition at line 102 of file models.h.

◆ FollowerParam

Models::FollPar Models::LeadAllPar::FollowerParam = {}

A struct to hold Follower Parameters.

Definition at line 101 of file models.h.

◆ LeaderParam

Models::LeadPar Models::LeadAllPar::LeaderParam = {}

A struct to hold Leader Parameters.

Definition at line 103 of file models.h.

◆ n_followers

unsigned int Models::LeadAllPar::n_followers

Number of followers in the country.

Definition at line 99 of file models.h.

◆ name

std::string Models::LeadAllPar::name

Country Name.

Definition at line 100 of file models.h.


The documentation for this struct was generated from the following file: