Skip to content

theory of constraints, scheduling using bottleneck control #554

Answered by jdetaeye
wuxuedaifu asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the planning algorithm (in all editions of the software) supports the Theory of Constraints principle.

At a high level that means that the plan "follows the pace of the bottleneck".
Specifically;

  • The algorithm doesn't allocate material if the capacity isn't available. If a bottleneck resource is only free on day 15, then also the non-bottleneck resources, materials, preceding operations, following operations, will all be planned around day 15.
  • The algorithm doesn't allocate capacity if the material isn't available. If a bottleneck material is only available on day 20, then also the capacity, other non-bottleneck materials, preceding operations, following operations, will all be plan…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wuxuedaifu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #553 on September 16, 2022 09:55.