Thursday, October 30, 2014

Saturday, October 11, 2014

Handling of inventory

image

In this book and the accompanying web site we see some unusual ways to model inventory. In the first chapters, inventory is not dealt with explicitly and therefore we look at equations such as:

image

I.e. we add up all production up to now, add initial inventory and subtract all demand up to now (either final demand by customers or intermediate demand because of production of other products).

This is in general not how we would like to write such equations. It is much better to explicitly introduce inventory variables Ii,t≥0 and write:

image

I.e. inventory = previous inventory + production – demand. We add variables but the model becomes much sparser (fewer nonzero elements).

Even when they add inventory explicitly in models later on, they still do it wrong. They write:

image

This is not how we want it, as we repeat many expressions over different equations. A better formulation is:

image

There are different ways to write down the initial inventory.  Here are some possibilities:

image

I have a preference for the last formulation.