Good afternoon everyone,
I was wondering if it was possible to modify the model of an already optimised network, and then optimise it again ?
I was doing that and not introducing a new network each time in order to skip the 'network.optimize.create_model' and creation of all my main constraints part, which takes about 10mn. I was then just updating one constraint, and running network.optimize.solve_model() again. However, it seems that results does not change and calling network.X only gave the results of the first optimisation made. Do you know if I have to create a new network every time or if there is something else I can do ?
Thanks in advance,
Agnès