I'm facing this problem: min x ∈ R + 3 max { ∑ i =...
Patatiniuh
Answered
2022-07-08
I'm facing this problem:
I don't know how to deal with inner max and choose one of two!
I'm trying to use ! Do you have any idea?
Answer & Explanation
Tristin Case
Expert
2022-07-09Added 15 answers
A standard trick when dealing with max-min or min-max problem is to introduce a new decision variable, call it , which models the inner optimization. Hence, your objective function becomes
with the following constraints
The first two inequalities model the max expression, i.e. they state that whatever comes out to be, it has to be larger than either of the two terms. The last one captures the homogeneity, as it has been pointed out in the comments. From here, you can apply the KKT conditions.