- Jun 05, 2024
-
-
Sébastien Villemot authored
Ref. dynare#1929
-
Sébastien Villemot authored
-
Sébastien Villemot authored
They would be ignored.
-
- Jun 03, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the way, fix the error message if a compiler cannot be found.
- May 31, 2024
-
-
Sébastien Villemot authored
-
- May 30, 2024
-
-
Sébastien Villemot authored
Enable the option `dr_cycle_reduction_maxiter` to be parsed See merge request !104
-
- May 29, 2024
-
-
Normann Rion authored
See issue #1920
-
- May 22, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
…instead of cerr.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- May 21, 2024
-
-
Sébastien Villemot authored
— Bounds can now be arbitrary expressions of parameters (and not simply constants as previously); — It is now possible to specify both a lower and an upper bound in the same condition. So for example one can now write something like: lhs = rhs ⟂ 1+alpha < y < 2+beta;
-
- May 16, 2024
-
-
Sébastien Villemot authored
The vector of lower and upper bounds is now provided by {static,dynamic}_complementarity_conditions.m (which accepts parameters as an argument, in preparation for the possibility of having parameters in complementarity conditions). The index that denotes the reordering of equation residuals (so that the residual of an equation appears at the index of the endogenous appearing in the complementarity condition) is now in “M_.{static,dynamic}_mcp_equations_reordering”. Constraints declared through the ramsey_constraints block are also incorporated in this new interface (and therefore “M_.ramsey_model_constraints” has been removed).
-
- Apr 25, 2024
-
-
Sébastien Villemot authored
Bug introduced in 0eb11d33.
-
Sébastien Villemot authored
Ref. !103
-
Normann Rion authored
-
- Apr 15, 2024
-
-
Sébastien Villemot authored
The symbol can be either input: – as ⟂ in UTF-8 (codepoint U+27C2) – or as _|_ in ASCII The old syntax using the “mcp” tag is now obsolete, but kept for backward compatibility.
-
- Apr 12, 2024
-
-
Sébastien Villemot authored
-
- Mar 15, 2024
-
-
Sébastien Villemot authored
-
- Mar 07, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Mar 01, 2024
-
-
Sébastien Villemot authored
-
- Feb 28, 2024
-
-
Sébastien Villemot authored
Closes: #127
-
- Feb 08, 2024
-
-
Sébastien Villemot authored
-
- Feb 06, 2024
-
-
Sébastien Villemot authored
-
- Jan 31, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jan 26, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the way, also improve the terminology used in variable and method names: a “constraint” is something like “ZLB” or “INEG”, a regime is a state in which constraints are either binding or relaxed. Really closes: #103
-
- Jan 25, 2024
-
-
Sébastien Villemot authored
Ref. dynare#1918
-
- Jan 24, 2024
-
-
Sébastien Villemot authored
In particular, emit more explicit error messages in the presence of inconsistencies. Closes: #103
-
- Dec 21, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Dec 19, 2023
-
-
Sébastien Villemot authored
Closes: #124
-
- Dec 18, 2023
-
-
Sébastien Villemot authored
-