kabdelhak

Results 55 comments of kabdelhak

The original pull request that introduced these iterators was #9762, looking at the template changes in `CodegenC.tpl` should suffice for what you want to do. i now have a new...

I fixed the model for the new backend in #13541. Will now fix it for C-runtime in the old backend (because i understand that one more than cpp) then i...

It runs now c-code old backend with #13544 which should also fix stuff for cpp. the information is now properly available, it just needs to be parsed by the CPP...

Quick updates today: I finalized the PR. The number of zero crossings was incorrect since it only counted the length of the list not considering single elements might be larger....

This was the PR that fixed the indexing issue: #13535 we do not use the index saved to the `SIM_VAR` anymore and rather generate it on the fly. not the...

> [@kabdelhak](https://github.com/kabdelhak) can you reproduce the issue on your computer? checked it with my installation and had the same result as @phannebohm . I used the flag `-d=evalParameterDump` from which...

> Here is the [full log](https://github.com/user-attachments/files/19329496/log.zip) for your convenience. i don't know what causes the big difference, but when i use the same mos script i get an entirely different...

You are entirely correct, it is assumed to be a black box where all occurring var cross-depend. You cannot really differ between inputs and outputs other than "being assigned on...

> This was more or less what I had in mind. BTW (I think I we already discussed this somewhere else), if you have algorithm section in models, the matching...

> Rather than investing efforts in inverting algorithms, I would rather invest effort in advanced function and algorithm inlining, i.e., turning algorithms into equations. Then, we can re-use the inversion...