0

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?

4

1 回答 1

1

如果您对 Python 感到满意,我建议您尝试我自己的GarlicSim框架。它绝对可以处理您想要的那种模拟。有可用的教程可以在 30 分钟内教你 GarlicSim 的基础知识。我很乐意帮助您构建您的模拟包,只需在邮件列表上打个招呼,我会从那里指导您。

于 2010-09-15T22:31:04.957 回答