Hello,
I have problem using in my sistem an global variable. Its type is array of clusters and its dimension could increase up to 20000 elements. I don't know from the beginning of the execution the dimension of it, so in the initialisation phase it has no elements. So for each itteraction I add new element.
The problem is that ... increasing a lot, the execution time is also increasing :?( and also I have no idee when memory it is dealocated ...
Have a nice day!