packing logic.fsmHi I am using List to model a packing operation. The item to be packed come with weight. The carton box required certain minimum total weight of the item.
The question are
1. how do I include the last token into pulled item? In the model enclosed, my last token is in the array of the pulled but visually the token still at the Push to List.
2. In addition to weight requirement, how do I add a minimum quantity in the carton as the requirement? that is say the first criterion is minimum weight is 50 kg, the second criterion is the minimum number of token needed to pulled is minimally 10.
Looking forward to your help
David