Hi,
There is a way to solve only a defined values of parameter and skip the ones that you don't are interested in?
For example I have a grid that goes to 1by1 to 10by10 defined by two parameters: number of raw and number of culomn. I wanna compute only cetain combimation, lets say 3x4, 6x2, 2x6. How can i do it?
Because if I create a solving scenario I can only put range of values, in this example i put number of raw from 2 to 6 an column to 3 to 6, in the computation FLUX will calculate the 5x2,5x3,4x3,2x5,2x4 exc.. several values that are not useful for me, Its a lot waste of time!
thanks a lot!