- Aug 10, 2022
-
-
Johannes Pfeifer authored
-
- Jul 29, 2022
-
-
Sébastien Villemot authored
Problem introduced in previous commit.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 28, 2022
-
-
Sébastien Villemot authored
Ref. !2062
-
Sébastien Villemot authored
Bytecode MEX: fix bug with PowerDeriv printing introduced in ff85fc64
-
Sébastien Villemot authored
A move to fixed format was erroneously made in 4893f0e8 and ff85fc64, where stream formatting of floating points has been replaced by the use of std::to_string().
-
Sébastien Villemot authored
Bytecode MEX: split out code for dealing with variable names into a dedicated BasicSymbolTable class
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Remnant of refactorization in 4445f17e
-
- Jul 27, 2022
-
-
Sébastien Villemot authored
Ref. !2058
-
Sébastien Villemot authored
In particular, minimize the number of parentheses written, using the same algorithm as in the preprocessor.
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Ref. !2061
-
Sébastien Villemot authored
-
- Jul 26, 2022
-
-
Sébastien Villemot authored
The logic for testing the MATLAB version was incorrect.
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
bug fix for smoother_redux and state uncertainty with OCCBIN Closes #1862 See merge request !2060
-
Sébastien Villemot authored
-
Marco Ratto authored
-
Sébastien Villemot authored
Use an iterator wrapped inside std::optional instead of a possibly-singular iterator, because the latter has undefined behaviour. By the way, pass arguments by const reference.
-
Sébastien Villemot authored
The wrong type was used for querying symbol names.
-
Sébastien Villemot authored
Various fixes to smoother output See merge request !2057
-
Sébastien Villemot authored
fix bug in ambiguity in the first regime stored, between 01 10 and 11. See merge request !2055
-
Johannes Pfeifer authored
Related to #1861
-
Sébastien Villemot authored
evaluate_planner_objective.m: fix output for linear-quadratic problems solved at second order See merge request !2056
-
Johannes Pfeifer authored
Related to #1861
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Welfare does not correspond to the steady state in this case
-
Marco Ratto authored
-
Sébastien Villemot authored
Ref. !2054
-
Sébastien Villemot authored
Ref. !2050
-
Willi Mutschler authored
fixes #1860
-
- Jul 25, 2022
-
-
Sébastien Villemot authored
In particular, no longer rely on a duplicate implementation of the evaluator to locate where the NaN or Inf is produced. Rather directly pass the pointer to the faulty operator.
-
Sébastien Villemot authored
Class Evaluate had data members with the same name as members of ErrorMsg (which it derives from). In practice, this means that the data members from ErrorMsg could be unitialized when displaying error messages.
-
Sébastien Villemot authored
discretionary_policy_initialization.m: fix logic of check for instruments See merge request !2053
-
- Jul 22, 2022
-
-
Johannes Pfeifer authored
Related to preprocessor#101
-