Skip to content
Snippets Groups Projects
  1. May 29, 2024
  2. May 22, 2024
  3. May 21, 2024
    • Sébastien Villemot's avatar
      More flexible syntax for complementarity conditions · fab3b682
      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;
      fab3b682
  4. May 16, 2024
    • Sébastien Villemot's avatar
      Refactor output for complementarity conditions · dc1ec15f
      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).
      dc1ec15f
  5. Apr 25, 2024
  6. Apr 24, 2024
  7. Apr 23, 2024
  8. Apr 15, 2024
  9. Apr 12, 2024
  10. Mar 15, 2024
  11. Mar 07, 2024
  12. Mar 01, 2024
  13. Feb 28, 2024
  14. Feb 08, 2024
  15. Feb 06, 2024
  16. Jan 31, 2024
  17. Jan 26, 2024
  18. Jan 25, 2024
  19. Jan 24, 2024
  20. Dec 21, 2023
  21. Dec 19, 2023
  22. Dec 18, 2023
  23. Dec 15, 2023
  24. Dec 14, 2023
Loading