Originally posted by: Aaronlidebiao
Hi,
I tried to do a optimization by minimizing the sum of the chebyshev distance. The chebyshev distance is the maximal absolute value of the two points' x and y coordinates.
Assume the x[i] and y[i] are the variables, How to express the min-max.
If I express as follow, there is a error message in Cplex.
minimize
max(x[i],y[i])
Thanks.
Regards,
Aaron
#ConstraintProgramming-General#DecisionOptimization