Skip to content
Snippets Groups Projects
Select Git revision
  • f2cf86b73466e284ba4f7f1165b8305b97de2e72
  • master default protected
  • pac_composite_target_mce
  • ramsey_k_order
  • 4.6
  • occbin
  • uop
  • rework_pac
  • aux_vars_fix
  • created_preprocessor_repo
10 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dynare / preprocessor
    Source project has a limited visibility.
    Sébastien Villemot's avatar
    Sébastien Villemot authored
    In particular, it is necessary to turn back DataTree::AddVariable() into a
    non-virtual method, because it is called from DataTree's constructor. Enforcing
    the absence of leads/lags is now done using a new boolean DataTree::is_static.
    
    Take advantage of the new copy constructor for handling
    PlannerObjectiveStatement more elegantly.
    
    Unfortunately it is not possible to implement *move* constructor / assigment
    operators, because the reference ExprNode::datatree is not mutable.
    f2cf86b7
    History
    Name Last commit Last update
    ..