eomahony / Numberjack

Python Combinatorial Optimisation Platform
http://numberjack.ucc.ie
GNU Lesser General Public License v2.1
157 stars 36 forks source link

RFE, include example for supply chain mgmt #21

Closed kim0 closed 9 years ago

kim0 commented 9 years ago

It would be great to include an example of a process that varies with time. i.e. the solution is not a single state, but rather a time varying state. One such example is a supply chain management problem, where every day some raw-material is bought, stored into warehouse, and some raw material goes into the factory for production, resulting products are sold. How to optimize overall cost, while maintaining certain thresholds (min raw material in warehouse, min cash in bank) ..etc as a time variant process

9thbit commented 9 years ago

Hi @kim0, thanks for the request. You may be interested in reading problem 047 on CSPlib: http://www.csplib.org/Problems/prob047/

Barry