Simon-Thevenin / StochasticMRP

This repository contains the code associated with the paper "Stochastic Optimization for Material Requirements Planning" currently under review.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The file MIPSolver.py provides the implementation of the different MIP models (determinist, two-stage, and multi-stage).

The file DecentralizedMRP.py provide classical MRP rules with safety stock.

The file scenario.py provide the different scenario generation methods (CMC, QMC, RQMC). For the multi-stage model, it uses the scenario tree based approach implement in the file ScenarioTreeNode.py and ScenarioTree.py.

The instances are available in the folder Instances.

About

This repository contains the code associated with the paper "Stochastic Optimization for Material Requirements Planning" currently under review.

License:Boost Software License 1.0


Languages

Language:Python 85.1%Language:Batchfile 8.3%Language:Shell 6.6%