Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

[NF] Improve handling of reductions. #2703

Closed
wants to merge 1 commit into from

Commits on Oct 8, 2018

  1. [NF] Improve handling of reductions.

    - Separate the handling of array constructors and reductions so
      reductions can be handled properly.
    - Implement expansion of type names, to better handle enumeration names
      as iteration ranges.
    - Expand enumeration type names in Expression.toDAE, so that they can be
      converted to DAE-form.
    - Add missing case for enumeration literals in Expression.compare.
    - Don't fill in "missing" subscripts in crefs with :, it interfers with
      reductions in some cases and doesn't seem to have any benefits.
    perost committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    bdd22db View commit details
    Browse the repository at this point in the history