MxHbm / Management-Science

GitHub for exchanging data and the formulation of the stochastic mathematical model
2 stars 1 forks source link

Model is infeasible or unbounded #53

Closed b4ghir1 closed 4 months ago

b4ghir1 commented 5 months ago

Output of infeasible.ilp:

\ Model FirstStage_copy \ LP format - for model browsing. Use MPS format to capture full model detail. Maximize

Subject To Constraint_1.9a[8,3,0,0]: - SOs_f_l_t[8,3,0,0] + IDs_f_l_t[8,3,0,0] = 33 Constraint_1.9b[8,0,1,0]: IDs_f_l_t[8,2,0,0] + IDs_f_l_t[8,3,0,0] <= 10 Bounds IDs_f_l_t[8,3,0,0] free End

It seems like ID_sflt is unbound. Maybe the given data are not feasible for our model or the constraints are not right at all.

It seems that ID_sflt has a problem at time step 0.

How do we fix that? Any ideas?

b4ghir1 commented 5 months ago

@MxHbm kann es sein, dass es an der ScenarioReduction liegt? (Hab da noch nicht detailliert reingeschaut)

Anscheinend ist IDs_f_l_t[8,3,0,0] free. Das bedeutet ja, dass ID für (mindestens) t=0, l=0 in Szenario 9 nicht ausreichend definiert ist, oder?

b4ghir1 commented 5 months ago

ok, das mit den ScenarioReduction-Values ist nicht sooo wahrscheinlich. Vielleicht fehlt eine Gleichung? Oder eine ist zu restriktiv?

MxHbm commented 5 months ago

mmh ich denke eher die Werte aus dem paare hauen nicht ganz hin, eventuell legen wir morgen mal extrem große werte fest unf schauen mal ob es läuft und dann bauen wir schnell einen Sachsenmilch case?

b4ghir1 commented 5 months ago

Liegt das angesprochene Arbitrage an diesen Werten?

Revenue: image

Cost: image

Wenn ich die Kosten auf 20 setze, kann ich auch die Upper Bound von RS rausnehmen.

b4ghir1 commented 5 months ago

Kurze Auswertung von rsc: rsc >= 4.3 ==> feasible

logging.log

b4ghir1 commented 5 months ago

Aber da stellt sich natürlich die Frage, warum genau das die Grenze für die Feasibility ist....

MxHbm commented 4 months ago

geklärt aber neue Probleme aufgekommen!