Discrete Event Simulaiton using Salabim Python Library
Nothing but Salabim library is needed in any pythong environment. PyCharm was used to manipulate this original code.
The preferred way to install salabim is from terminal with:
pip install salabim
or to upgrade to a new version:
pip install salabim --upgrade
SalabimModel1: 1 Clerk
SalabimModel2: 3 Clerks
SalabimModel3: 3 Customers, 3 Clerks (long version)
SalabimModel4: Improved SalabimModel3 with KPI additions