I am simulating a manufacturing model where I have entities C1, C2......C5. All of these arrive at a station where they need to assembled to form a part. Now Part A requires c1 and c3 entity where as part B requires C3 C4 C5 entity. Now how do I differentiate them for the two parts as arena only does it based on entity type and attribute
I tried to assign component identifier as a attribute but since C3 is an entity required for both parts How do Ask arena to pick up C3 for both parts?
Use a bitvector for your attribute
The entities that have their bit 0 set, assemble into part A.
The entities that have their bit 1 set, assemble into part B.