ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
|
#include "../header.h"
#include "../firm_agent_header.h"
#include "../library_header.h"
#include <math.h>
Go to the source code of this file.
Functions | |
int | firm_production_skip () |
int | firm_production_produce_goods () |
int | firm_production_set_price () |
int | firm_production_plan () |
int | firm_production_compute_labour_demand () |
int | firm_production_construct_houses () |
int | firm_production_construction_plan () |
int | firm_production_construction_labour_demand () |
int firm_production_compute_labour_demand | ( | void | ) |
Definition at line 143 of file firm_functions_production.c.
int firm_production_construct_houses | ( | void | ) |
Definition at line 162 of file firm_functions_production.c.
int firm_production_construction_labour_demand | ( | void | ) |
Definition at line 292 of file firm_functions_production.c.
int firm_production_construction_plan | ( | void | ) |
Definition at line 223 of file firm_functions_production.c.
int firm_production_plan | ( | void | ) |
Definition at line 77 of file firm_functions_production.c.
int firm_production_produce_goods | ( | void | ) |
Definition at line 22 of file firm_functions_production.c.
int firm_production_set_price | ( | void | ) |
Definition at line 49 of file firm_functions_production.c.
int firm_production_skip | ( | void | ) |
Definition at line 10 of file firm_functions_production.c.