problem: I have a physical production process that takes one bulk input and converts it to many individual jobs. The output of each job is numerous individual pieces. It is possible during the process to split the bulk input between two different jobs (at the same time) and each job my be able to produce 1 to n individual pieces. I am looking for a way to model this interaction and vary the number of pieces (as well as other items) to simulate production and evaluate the results.
Does anyone have any ideas of a tool or components (open source preferred) that might help me accomplish this?