Is it possible to define the max/min number of loop iterations and a total number of loops in the program?
The majority of the loops that I generated have 0:10 iterations, while I would like to generate programs with loops in the order of 100 iterations.
Thanks!