Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 436 Bytes

Supply Chain Production Planning

  • Test project to implement Supply Chain Management Production Planning functions.
  • Implementation of following algorithms for calculating production plan.
    • EOQ based Algorithm
    • Silver Meal Algorithm
    • Dynamic Programming based method
  • Implementation of an algorithm to determine Available-to-Promise inventory from production plans and committed orders.