| | 44 | |
| | 45 | Connection Handling (Adrian) 40%:: |
| | 46 | Handling of connect equations using the DAE and the instance tree. |
| | 47 | |
| | 48 | Unit checking (Arun) 100%:: |
| | 49 | Ported the backend unit checking to the new frontend. Added tests. Based on the DAE intermediate form. |
| | 50 | |
| | 51 | Operator Overloading (Mahder) :: |
| | 52 | The support for operator overloading from the current front-end (or the previous implementation of the new front-end) should be ported to the new front-end. |
| | 53 | |
| | 54 | Constant Evaluation (Per) :: |
| | 55 | Constant evaluate structural parameters (minimal) or any other constant/parameter bindings (not by default). Per is working on a new type of DAE component reference that will contain a link to the instantiated component tree on which one can do evaluation of bindings. |
| | 56 | |
| | 57 | Function evaluation (Adrian) :: |
| | 58 | Sometimes to evaluate structural parameters one needs to evaluate functions. This will port the function interpretation from the current front-end to the new front-end. |
| | 59 | |
| | 60 | Local balance checking (Mahder) :: |
| | 61 | This will check the balance checking for each model so that errors can be detected sooner. We had no such support in the current front-end. |
| | 62 | |
| | 63 | Synchronous Features (BernhardT) :: |
| | 64 | The handling of the synchronous features (Clocks, etc) and state machines should be ported from the current front-end to the new front-end. |