kabdelhak
kabdelhak
Looks like an ordering mistake of calculated tmp-expressions. Will have a look once i finished my current workload.
It looks like the reports you are looking at are just exactly in the wrong order @casella. `-d=dumpSimCode` and the generated code show me this: ``` (4) $SEV_0 := idivisor...
To be honest, this also is an issue mathematically. `1/d` converges to infinity for `d -> 0`, so one would need to have an epsilon to prevent that.
I did some more testing and realized the following: - the OB fails at `time=0` which is somewhat expected - the OB does not run with the proposed change of...
> I always understood that the order of the solved equations in the declarative debugger is the actual order of execution. Why should the order of execution be 4->3->2 ?...