- 11 Mar, 2019 1 commit
-
-
Houtan Bastani authored
-
- 08 Mar, 2019 3 commits
-
-
Sébastien Villemot authored
Here, emplace() and insert() are not interchangeable because this is a std::set of std::vector<int>, and we really want the initializer-list constructor of std::vector (and not the two int's constructor). Fixes the test deterministic_simulations/lola_solve_one_boundary.mod
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 07 Mar, 2019 7 commits
-
-
Stéphane Adjemian (Charybdis) authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 06 Mar, 2019 2 commits
-
-
Sébastien Villemot authored
In particular, no need to put both upper and lower case letters in the patterns, since the lexer is case-insensitive. The only simplification that we do not perform is removing the quoting of single quotes (i.e. replacing \' by '), since it confuses the C++ mode of Emacs.
-
Houtan Bastani authored
-
- 05 Mar, 2019 5 commits
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 04 Mar, 2019 1 commit
-
-
Houtan Bastani authored
-
- 02 Mar, 2019 1 commit
-
-
Stéphane Adjemian (Charybdis) authored
If option aux_model_name is assigned a value, this value must not be discarded if options growth and steady_state_growth are simultaneously used.
-
- 01 Mar, 2019 1 commit
-
-
Houtan Bastani authored
-
- 28 Feb, 2019 1 commit
-
-
Houtan Bastani authored
-
- 27 Feb, 2019 3 commits
-
-
Houtan Bastani authored
-
Stéphane Adjemian (Charybdis) authored
The elements are logicals true/false (true iff corresponding variable is an endogenous variable).
-
Houtan Bastani authored
-
- 25 Feb, 2019 5 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
Stéphane Adjemian (Charybdis) authored
-
Houtan Bastani authored
pac: declare endogenous variables needed by pac model consistent expectation before the creation of auxiliary variables
-
Houtan Bastani authored
pac: model consistent expectation: add 1 to max lag from pac equation to obtain correct `m` for substitution
-
- 22 Feb, 2019 5 commits
-
-
Stéphane Adjemian (Charybdis) authored
-
Sébastien Villemot authored
We must provide a return value for VarExpectationNode::maxLagWithDiffsExpanded(). Return zero, which will lead to the right overall result even if it is not strictly the right choice (see the comment in the code).
-
Houtan Bastani authored
-
Stéphane Adjemian (Charybdis) authored
-
Houtan Bastani authored
-
- 21 Feb, 2019 5 commits
-
-
Houtan Bastani authored
(cherry picked from commit 70f73d9bd5232044f3e31f1e4b26425bd149a869)
-
Sébastien Villemot authored
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-