- 05 Sep, 2018 4 commits
-
-
Sébastien Villemot authored
This ensures a better isolation between the container and the containees.
-
Sébastien Villemot authored
- BTW, store them in a std::vector rather than std::list - incidentally, fix issue in VariableNode::removeTrendLeadLag where expression sharing was possibly violated when creating a new VariableNode
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
- 04 Sep, 2018 7 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
- == and != have now lower priority than <= < >= >, for consistency with the Dynare modelling language (and incidentally C and C++, but not Julia). - ^ has now higher priority and no associativity, for consistency with the Dynare modelling language (and usual arithmetic notation). - & has now higher priority than |, and both have lower priority than + and -, but higher than inequality comparators. This is not the same as C and C++ (in which & and | are just above && and ||), but this allows for expressions such as "a|b == c" to have their most natural semantics (i.e. this will compare the union of a and b with c; the C/C++ priority level would have resulted in a type error). Ref #5.
-
Sébastien Villemot authored
For consistency with the power operator for sets (see #5).
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 03 Sep, 2018 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
ensure that trend_variable found is actually a trend variable as declared in the trend_component_model statement
-
- 31 Aug, 2018 1 commit
-
-
Houtan Bastani authored
-
- 29 Aug, 2018 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 28 Aug, 2018 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
This reverts commit 74dd6a69.
-
- 27 Aug, 2018 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 23 Aug, 2018 3 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 22 Aug, 2018 11 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 20 Aug, 2018 1 commit
-
-
Houtan Bastani authored
-
- 17 Aug, 2018 1 commit
-
-
Houtan Bastani authored
-
- 16 Aug, 2018 1 commit
-
-
Houtan Bastani authored
-
- 14 Aug, 2018 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 13 Aug, 2018 1 commit
-
-
Houtan Bastani authored
-