Originally posted by: Abdelkader
Dear Alex,
It seems working. However, i would like to know how to minimize the maximum of objectives as follows:
minimize max(i in r) x[i][j], that should give something like min (j in s) x[i*][j] where i* is the index of the maximum objective among all the objectives indexed by i. Then we minimize with regards to this maximal objective x[i*][j], where j=1,..,s.
But I face some struggles to implement it. Could you help please ?
Best,
Abdelkader
#DecisionOptimization#OPLusingCPLEXOptimizer