Description
This product contains a simple demo.py file in Python that implements a simple SimPy model for simulating an exemplary fixed position production process that uses multiple resources for the execution of a single job at its main work station.
In a fixed production system, materials and resources move to the product as it undergoes its production process towards completion. During the production process, multiple resources might be required, some of them at the same time (with identical or differing durations). That means, multiple resources have to be requested.
There are multiple ways of implementing this in SimPy. This demo.py file shows how to implement this with shared resources.
Reviews
There are no reviews yet.