Changes between Initial Version and Version 1 of Ticket #3553, comment 4


Ignore:
Timestamp:
2016-02-22T13:15:44Z (9 years ago)
Author:
Volker Waurich

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3553, comment 4

    initial v1  
    1 I have tested the model and it seems that a RemoveSimpleEquations call is not applied since no call can be evaluated. But each function call is traversed completely. And there are 2*N calls which are quite deep including expensive if-else-constructs. So, RemoveSimpleEquations is not to blame in that case but evalfunc. At least it scales linear. But it takes the lions share of the backend time. I recommend to simply switch of the module.
     1I have tested the model and it seems that a RemoveSimpleEquations call is not applied since no call can be evaluated. But each function call is traversed completely. And there are 2*N calls which are quite deep including expensive if-else-constructs. So, RemoveSimpleEquations is not to blame in that case but evalfunc. At least it scales linear. But it takes the lions share of the backend time. I recommend to simply switch of the module if needed.