Skip to content
Snippets Groups Projects
Forked from Dynare / preprocessor
Loading
  • Sébastien Villemot's avatar
    c9c36c03
    New preprocessor option “nocommutativity” · c9c36c03
    Sébastien Villemot authored
    This option tells the preprocessor not to use the commutativity of addition and
    multiplication when looking for common subexpressions.
    
    As a consequence, when using this option, equations in various outputs (LaTeX,
    JSON…) will appear as the user entered them.
    
    There is however a potential performance cost to using this option, yet to be
    determined.
    
    Ref. dynare#1788
    c9c36c03
    History
    New preprocessor option “nocommutativity”
    Sébastien Villemot authored
    This option tells the preprocessor not to use the commutativity of addition and
    multiplication when looking for common subexpressions.
    
    As a consequence, when using this option, equations in various outputs (LaTeX,
    JSON…) will appear as the user entered them.
    
    There is however a potential performance cost to using this option, yet to be
    determined.
    
    Ref. dynare#1788