Skip to content
Snippets Groups Projects
  1. Jun 05, 2024
  2. Jun 03, 2024
  3. May 31, 2024
  4. May 30, 2024
  5. May 29, 2024
  6. May 22, 2024
  7. 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
  8. 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
  9. Apr 25, 2024
  10. Apr 15, 2024
  11. Apr 12, 2024
  12. Mar 15, 2024
  13. Mar 07, 2024
  14. Mar 01, 2024
  15. Feb 28, 2024
  16. Feb 08, 2024
  17. Feb 06, 2024
  18. Jan 31, 2024
  19. Jan 26, 2024
  20. Jan 25, 2024
  21. Jan 24, 2024
  22. Dec 21, 2023
  23. Dec 19, 2023
  24. Dec 18, 2023
Loading