Originally posted by: Robop
Dear Daniel and Tobias,
thank you for the answers!
Daniel, my problem is a little bit different. I describe it below.
Tobias, do you have any hints - how this bilevel models could be modeled and solved?
I have tried to implement a solution for a little bit more complicated problem (tiny even though) and find out that it does not work in my case(works incorrectly).
Imagine, there is a warehouse and I have to decide about orders of different products at the beginning of each period.
I have ordering and holding costs. However, demand is not known exactly - only upper and lower bounds are given.
My goal is to optimize the worst case - to solve the minimax problem.
I attached the SmallModel file wich contains the initial model and modified one below(here I have tried to implement the proposed apparoach with additional variable C).
Problem is that I want to check all possible combinations of demands in each period, when each of them changes in fixed borders (borders could be different). The proposed approach works incorrectly however: it just finds the maximal possible value of demand through all periods and takes it as a value in all planning periods.
Another guess is that even if I implement the approach, I can't simply check all possible combinations of demands in each planning period, because this is a tremendous amount depending on problem size(as it has been already said by Tobias). So I need some optimizational algorithm to find the inner maximum.
But I can't believe that this tiny study example could not be solved by the ILOG - the proffessional optimization software. I guess that I just do not know how to do this. =)
So once again:
Any ideas how to model the proposed problem in ILOG?
#CPLEXOptimizers#DecisionOptimization