Originally posted by: D_Lukka
Hi,
I am a newbie to constraint programming. I would like to understand if there is any way to model inventory carryover balance constraint with constraint programming. The problem is that given a make-pack two stage manufacturing process at two plants, there is a storage constraint either in the intermediate stage between make and pack with either limited storage (0 storage) or also say limited storage for 1 lot (42 units) or 2 lots of (84 units). So whenever there is a storage constraint, the amount of inventory carried over from day1 to day2 can not exceed the storage constraint (whether it is 0 or whether it is e.g 42 or 84).
The problem is shown in the uploaded ppt, the idea is given demands of 21 at each distribution center (which is half a lotsize of 42), it should come up with a plan that has the following objectives (in order of priority).
a) respects the storage constraints,
b) meets the demands as much as possible,
c) minimizes the excess production (due to lotsize) as much as possible and
etc
I was looking for examples in the distribution which would show how to model inventory carryover (or storage constraints) with constraint programming, but i could not find any.
Could you point out any examples or give me any hints on how to model inventory carryover constraint with constraint programming?
Thanks in advance
Lukka
#DecisionOptimization#OPLusingCPOptimizer