SimPy Classic
stable
  • Getting Started
  • Manuals
    • SimPy Classic Manual
    • SimPy Classic’s Object Oriented API
    • SimPy Classic Simulation with Tracing
    • Simulation with Real Time Synchronization
    • SimPy Classic Simulation with Event Stepping
    • Cheatsheets
    • Additional examples
    • SimPy Classic - Examples
      • LIST OF MODELS using SimPy Classic
    • Short Manual for SimPy Classic
  • SimPy Classic Tutorials
  • Interfacing to External Packages
  • SimPy Classic Tools
  • Acknowledgments
SimPy Classic
  • Docs »
  • Manuals »
  • SimPy Classic - Examples
  • Edit on GitHub

SimPy Classic - Examples¶

These are the examples that ship with the SimPy source.

These pages are to index the examples that ship with SimPy and give users another way to find them.

Contents:

  • LIST OF MODELS using SimPy Classic
    • New Program Structure
      • M/M/C Queue: MCC.py, MCC_OO.py
      • BCC: bcc.py, bcc_OO.py
      • callCenter.py, callCenter_OO.py
      • cellphone.py, cellphone_OO.py
      • Computer CPU: centralserver.py, centralserver_OO.py
      • Messages on a Jackson Network: jacksonnetwork.py, jacksonnetwork_OO.py
    • Miscellaneous Models
      • Bank Customers who can renege: bank08renege.py, bank08renege_OO.py
      • Carwash: Carwash.py, Carwash_OO.py
      • Game of Life: CellularAutomata.py
      • SimPy’s event signalling synchronisation constructs: demoSimPyEvents.py
      • Find the Shortest Path: shortestPath_SimPy.py, shortestPath_SimPy_OO.py
      • Machine Shop Model: Machineshop.py, Machineshop_OO.py
      • Supermarket: Market.py, Market_OO.py
      • Movie Theatre Ticket Counter: Movie_renege.py, Movie_renege_OO.py
      • Workers Sharing Tools, waitUntil: needResources.py, needResources_OO.py
      • Widget Factory: SimPy_worker_extend.py, SimPy_worker_extend_OO.py
      • Widget Packing Machine: WidgetPacking.py, WidgetPacking_OO.py
    • GUI Input
      • Fireworks using SimGUI: GUIdemo.py, GUIdemo_OO.py
      • Bank Customers using SimGUI: bank11GUI.py, bank11GUI_OO.py
      • Bank Customers using SimulationStep: SimGUIStep.py
    • Plot
      • Patisserie Francaise bakery: bakery.py, bakery_OO.py
      • Bank Customers Demos SimPlot: bank11Plot.py
    • Debugger
      • Stepping thru Simpulation Events: SimpleDebugger.py
Next Previous

© Copyright 2002-2012, Klaus Müller, Tony Vignaux, Ontje Lünsdorf, Stefan Scherfke. Revision c3c9788e.

Built with Sphinx using a theme provided by Read the Docs.