Originally posted by: Treee
hi,
is it possible to generate a tuple with a random set of a and b with random values?
so something like
tuple randomData { // 1-5 tuples with int a and int b
int w; //between 5 and 10
int d; // between 1 and 10
}
So this should be f.e. like :
RandomData1 = { <6 2> <10 8>};
or
RandomData1 { < 7 8 > <5 1> < 9 3>};
kind regards
#DecisionOptimization#OPLusingCPLEXOptimizer