'How to minimize and then maxmize one function sequentially with DOcplex in python?

I want to solve a problem like this: maxy∈Y{minx∈X(y) cTx}
which is to firstly minimize cTx with x in X(y), and we get the result with y still uncertain, and then we maximize the what we got with y in Y
If I solve the problem in two steps(minimize and then maximize), will DOcplex output results with unknown parameter in the first step? Or I can only solve it in one step?
How can I solve this problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source