I want to do something like this:
dvar Q [1..10];
maximize min(i in 1..10) Q[i] ;
Q has 10 different values which i don´t know, i want that the minimun of all those values be as high as possible
But this doesn´t allow me to use Q which is a desicion variable
Is it possible somehow?