-
- Downloads
Refactor output for complementarity conditions
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).
Showing
- src/ComputingTasks.cc 0 additions, 84 deletionssrc/ComputingTasks.cc
- src/ComputingTasks.hh 1 addition, 23 deletionssrc/ComputingTasks.hh
- src/DynamicModel.cc 64 additions, 17 deletionssrc/DynamicModel.cc
- src/DynamicModel.hh 14 additions, 8 deletionssrc/DynamicModel.hh
- src/DynareBison.yy 13 additions, 16 deletionssrc/DynareBison.yy
- src/ExprNode.cc 38 additions, 1 deletionsrc/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/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
Loading
Please register or sign in to comment