Industrial Examples¶
20 examples modeling real-world service and manufacturing operations.
| Example | Description |
|---|---|
| bank_branch.py | Bank branch with balking and reneging |
| manufacturing_line.py | Assembly line manufacturing |
| hospital_er.py | Emergency room with triage priority and shared resources |
| call_center.py | Call center with IVR, skill-based routing, and shift changes |
| grocery_store.py | Grocery checkout with express lanes and self-checkout |
| car_wash.py | Sequential car wash pipeline |
| restaurant.py | Full-service restaurant with reservations and kitchen pipeline |
| supply_chain.py | Multi-echelon supply chain with bullwhip effect |
| warehouse_fulfillment.py | Order fulfillment with batch picking and zone routing |
| parking_lot.py | Parking lot with time-varying arrivals and revenue tracking |
| coffee_shop.py | Coffee shop with walk-in and mobile orders |
| drive_through.py | Drive-through restaurant |
| laundromat.py | Laundromat with washers, dryers, and folding tables |
| pharmacy.py | Pharmacy with verification rework and perishable inventory |
| theme_park.py | Theme park with rides, FastPass, and balking |
| airport_terminal.py | Airport terminal operations |
| hotel_operations.py | Hotel operations |
| blood_bank.py | Blood bank with parallel testing and perishable storage |
| elevator_system.py | Elevator system |
| urgent_care.py | Urgent care clinic with triage and preemption |