Skip to content
Snippets Groups Projects
  1. Dec 19, 2023
  2. Dec 14, 2023
  3. Dec 13, 2023
  4. Dec 01, 2023
  5. Nov 30, 2023
  6. Sep 14, 2023
  7. Jan 16, 2023
  8. Oct 04, 2022
  9. Sep 20, 2022
    • Sébastien Villemot's avatar
      Refactor OptionsList class · 7f1b4fcc
      Sébastien Villemot authored
      In particular, use a std::variant to store the values of options. This ensures
      that a given option name can have only one value (previously, for a given
      option name, it was possible to store several values as long as they were of
      different types).
      7f1b4fcc
  10. Sep 13, 2022
  11. Jun 24, 2022
  12. Jun 07, 2022
  13. May 16, 2022
  14. Mar 29, 2022
    • Sébastien Villemot's avatar
      Refactor parsing of symbol lists · 46cc4726
      Sébastien Villemot authored
      For symbol lists (such as those given to “var” or “stoch_simul”), return a
      semantic value at the Bison level, rather than building the list through a
      temporary object in ParsingDriver. This allows various simplifications, and
      leads to a more functional code.
      
      By the way, homogeneize the naming of the various flavours of symbol lists in
      the Bison file (with TeX names, partitioning, or with a wildcard).
      46cc4726
  15. Mar 01, 2022
  16. Jan 20, 2022
  17. Jan 06, 2022
  18. Dec 16, 2021
  19. Dec 15, 2021
  20. Dec 03, 2021
  21. Oct 29, 2021
  22. Sep 22, 2021
  23. Sep 08, 2021
  24. Jul 21, 2021
  25. Jul 20, 2021
    • Sébastien Villemot's avatar
      Occbin: generate +<basename>/occbin_difference.m · 81d4fd5d
      Sébastien Villemot authored
      In particular, this implies that steady state values of endogenous in the
      “occbin_constraints” block must now be specified using the STEADY_STATE()
      operator (and not with a “_ss” suffix).
      
      Moreover:
      – make various simplifications to the fields generated under M_
      – in the driver file, replace the call to occbin.initialize() by a few explicit operations
      
      Ref. #68
      81d4fd5d
  26. Jul 16, 2021
  27. Jul 13, 2021
  28. Jul 09, 2021
  29. Jul 01, 2021
  30. Jun 24, 2021
  31. Jun 09, 2021
  32. Jun 04, 2021
  33. Apr 22, 2021
  34. Jan 26, 2021
  35. Jan 25, 2021
  36. Nov 26, 2020
Loading