How to set variable in min-max problem? Uncategorized May 27, 2022 C Cutcold May 27, 2022 #1 Here is my problem. image784×340 34.3 KB I guess I can use minimize(max(.......)) this form to optimization. And it’s convex for z and (x,x0,y,y0). But how to set z for max and (x,x0,y,y0) for min? J Jack May 27, 2022 #2 min t t>=g(…,z); %do something like this