Resolve array dependencies
I am currently working with Frama-C and the from plugin to get the dependencies between variables. If several elements of an array have the same dependency, this is output as a summary as follows: array[0..N]
.
This is also perfectly fine. However, in special cases this leads to ambiguities. Here is a short code example: