May 2018
Beginner
490 pages
13h 16m
English
The load of the assembly stations is not the exact quantities produced. They are weights that are updated continuously during this continuous process as explained further in the chapter.
At an initial state of the program, the initial weight of the vertices is set to 0 in the following line of code (line 40):
40:W=[0,0,0,0,0,0]
The weight vector (represented as an array) contains one value per assembly station location or vertex.
An initial state is not a real beginning. It is like a pause button on a video. The initial state can come from a holiday (no production), a maintenance day (no production), or a lack of input orders (no production). The initial state is just a case when the weights are equal ...
Read now
Unlock full access