Commits on Source (10)
-
Normann Rion authored
-
Sébastien Villemot authored
Ref. !103
-
Sébastien Villemot authored
Bug introduced in 0eb11d33.
-
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).
-
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;
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
…instead of cerr.
-
Sébastien Villemot authored
-
Normann Rion authored
Showing
- src/ComputingTasks.cc 1 addition, 85 deletionssrc/ComputingTasks.cc
- src/ComputingTasks.hh 1 addition, 23 deletionssrc/ComputingTasks.hh
- src/DynamicModel.cc 67 additions, 20 deletionssrc/DynamicModel.cc
- src/DynamicModel.hh 14 additions, 8 deletionssrc/DynamicModel.hh
- src/DynareBison.yy 13 additions, 16 deletionssrc/DynareBison.yy
- src/ExprNode.cc 75 additions, 2 deletionssrc/ExprNode.cc
- src/ExprNode.hh 6 additions, 0 deletionssrc/ExprNode.hh
- src/ModFile.cc 10 additions, 3 deletionssrc/ModFile.cc
- src/ModFile.hh 6 additions, 1 deletionsrc/ModFile.hh
- src/ModelEquationBlock.cc 1 addition, 1 deletionsrc/ModelEquationBlock.cc
- src/ModelTree.cc 79 additions, 7 deletionssrc/ModelTree.cc
- src/ModelTree.hh 74 additions, 6 deletionssrc/ModelTree.hh
- src/ParsingDriver.cc 69 additions, 47 deletionssrc/ParsingDriver.cc
- src/ParsingDriver.hh 3 additions, 14 deletionssrc/ParsingDriver.hh
- src/Statement.hh 0 additions, 2 deletionssrc/Statement.hh
- src/StaticModel.cc 12 additions, 2 deletionssrc/StaticModel.cc