Originally posted by: AMurshed
Thanks Daniel for your reply.
Sorry for misunderstanding.
I would like to create incremental MILP modleing using a loop, where each time the model initializes its constraints and creates new constraints in order to find the cost function as shown below.
-------------------------------------------
loop through messages
schedule the message in LAN1
schedule the message in LAN2
...
schedule the message in LANn
end loop
-------------------------------------------
I would like each time before scheduling the message, delete the constraints in LAN (x-1) in order to start feeding constraints of LAN (x).
I hope that is clear.
Thanks in advence.
Ayman
#DecisionOptimization#MathematicalProgramming-General