I want to know if what I'm doing is correct.
I need to optimize production planning, that is, to know which of the two production lines to send the batch of products and what order.
I have a "Global Table 1" where I indicate for each production batch the line on which it will be produced and the order.
Then, in the "Parameters" section, I specify "order type" as "sequence", and for each product batch, I indicate that it can go through Line 1 or Line 2 as shown in te omages.
Next, in the processflow, products are sent to the respective lists based on the "line" and they are sent to the line in ascending order.
By doing this, will the optimization be carried out correctly? In other words, will all the combinations of order and line through wich each productcan be processed be optimized?