Skip to content
Snippets Groups Projects
Commit 98c185cf authored by ferhat's avatar ferhat
Browse files

Allows to compute the extended path and the conditional forecasts with bytecode

parent 294cf81d
No related branches found
No related tags found
No related merge requests found
...@@ -1531,6 +1531,16 @@ public: ...@@ -1531,6 +1531,16 @@ public:
{ {
return nb_col_other_endo_jacob; return nb_col_other_endo_jacob;
}; };
inline vector<int>
get_endogenous()
{
return variable;
}
inline vector<unsigned int>
get_exogenous()
{
return exogenous;
}
inline void inline void
write(ostream &CompileCode, unsigned int &instruction_number) write(ostream &CompileCode, unsigned int &instruction_number)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment