Changes between Version 60 and Version 61 of Ticket #4138


Ignore:
Timestamp:
2017-11-20T14:30:39+01:00 (6 years ago)
Author:
perost
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v60 v61  
    2424
    2525 Conditional Components (Per or Adrian) ::
    26    No support for conditional components implemented.
    27    This needs support from constant/function evaluation and expression simplification. It can be implemented after typing together with handling of component bindings.
     26   Basic support for evaluating conditions and removing components with condition false is implemented, but connections involving such components are not yet removed.
    2827
    2928 Inner/Outer (Per) 90% ::
     
    3837
    3938 Builtin (Per, Mahder) 50%::
    40    So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. StateSelect, ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented. More work needed for fill, min, max.
     39   So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. ~~StateSelect~~ (implemented), ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented. More work needed for fill, min, max.
    4140
    4241 Reduction operators and Builtin Array functions (Mahder) 80%::