preprocessor/src
Sébastien Villemot a87f536799
ramsey_policy: implement fully at the preprocessor level
The implementation no longer relies on ramsey_policy.m at the MATLAB/Octave
level.

By the way, drop ModFileStructure::ramsey_model_present, which is now
redundant.
2023-03-29 16:14:59 +02:00
..
macro Macroprocessor: drop useless Expression::clone() method 2023-03-16 11:36:41 +01:00
Bytecode.cc Misc simplifications using STL algorithms 2023-02-28 16:27:29 +01:00
Bytecode.hh Bytecode: move CodeLoad class out of the preprocessor 2023-02-21 16:01:27 -05:00
CommonEnums.hh Bytecode: various simplifications 2022-07-08 16:02:49 +02:00
ComputingTasks.cc ramsey_policy: implement fully at the preprocessor level 2023-03-29 16:14:59 +02:00
ComputingTasks.hh Drop the “periods” statement 2023-01-16 15:02:50 +01:00
ConfigFile.cc Use map::try_emplace() instead of map::emplace() to simplify some calls 2023-03-23 16:10:42 +01:00
ConfigFile.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
DataTree.cc DataTree: optimize the filling of node maps 2023-03-23 16:10:40 +01:00
DataTree.hh DataTree: optimize the filling of node maps 2023-03-23 16:10:40 +01:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Factorize methods for writing set auxiliary variables/series files 2023-03-28 16:37:05 +02:00
DynamicModel.hh Factorize methods for writing set auxiliary variables/series files 2023-03-28 16:37:05 +02:00
DynareBison.yy New “homotopy_alt_starting_point” option to “perfect_foresight_solver” command 2023-02-07 14:44:59 -05:00
DynareFlex.ll New “homotopy_alt_starting_point” option to “perfect_foresight_solver” command 2023-02-07 14:44:59 -05:00
DynareMain.cc use_dll: under Windows, append MinGW location to the PATH variable only once 2023-03-20 18:27:33 +01:00
EquationTags.cc EquationTags: drop useless method 2023-01-04 19:27:01 +01:00
EquationTags.hh EquationTags: drop useless method 2023-01-04 19:27:01 +01:00
ExprNode.cc No longer replace all auxiliary variables by their definition in the static model 2023-03-28 14:10:13 +02:00
ExprNode.hh No longer replace all auxiliary variables by their definition in the static model 2023-03-28 14:10:13 +02:00
ExtendedPreprocessorTypes.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.hh Remove all instances of the “map.find(key)->second” pattern 2022-09-27 12:56:16 +02:00
MacroExpandModFile.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
Makefile.am Drop the “Sigma_e” statement 2023-01-16 15:08:23 +01:00
ModFile.cc ramsey_policy: implement fully at the preprocessor level 2023-03-29 16:14:59 +02:00
ModFile.hh use_dll: under Windows, append MinGW location to the PATH variable only once 2023-03-20 18:27:33 +01:00
ModelEquationBlock.cc ramsey_policy: implement fully at the preprocessor level 2023-03-29 16:14:59 +02:00
ModelEquationBlock.hh Factorize computing pass for block decomposition 2022-10-04 16:00:30 +02:00
ModelTree.cc Factorize methods for writing set auxiliary variables/series files 2023-03-28 16:37:05 +02:00
ModelTree.hh Factorize methods for writing set auxiliary variables/series files 2023-03-28 16:37:05 +02:00
NumericalConstants.cc Various simplifications 2022-06-07 14:34:30 +02:00
NumericalConstants.hh Move “using namespace std” statement after inclusion of standard headers 2022-01-06 14:54:57 +01:00
NumericalInitialization.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
NumericalInitialization.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ParsingDriver.cc Misc simplifications using STL algorithms 2023-02-28 16:27:29 +01:00
ParsingDriver.hh Drop the “Sigma_e” statement 2023-01-16 15:08:23 +01:00
Shocks.cc Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
Shocks.hh Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
Statement.cc JSON: fix output of date options 2022-12-14 12:16:04 +01:00
Statement.hh ramsey_policy: implement fully at the preprocessor level 2023-03-29 16:14:59 +02:00
StaticModel.cc Remove useless casts 2023-03-28 16:39:13 +02:00
StaticModel.hh Factorize methods for writing set auxiliary variables/series files 2023-03-28 16:37:05 +02:00
SubModel.cc Misc simplifications using STL algorithms 2023-02-28 16:27:29 +01:00
SubModel.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
SymbolList.cc Allow LOG_* auxiliary variables in various commands 2022-12-14 12:42:55 +01:00
SymbolList.hh Remove useless constructors (aggregate initialization is enough for those) 2022-07-20 14:48:28 +02:00
SymbolTable.cc Ramsey: write derivatives of static model w.r.t. Lagrange multipliers in a new file 2023-03-28 14:27:51 +02:00
SymbolTable.hh Ramsey: write derivatives of static model w.r.t. Lagrange multipliers in a new file 2023-03-28 14:27:51 +02:00
VariableDependencyGraph.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
VariableDependencyGraph.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
WarningConsolidation.cc Various simplifications 2022-06-07 14:34:30 +02:00
WarningConsolidation.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
dynare-preprocessor-gdb.py Fix typo 2023-03-24 19:02:33 +01:00