File: index.rst

package info (click to toggle)
python-simpy3 3.0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,080 kB
  • sloc: python: 2,885; makefile: 138
file content (85 lines) | stat: -rw-r--r-- 1,289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.. _examples:

========
Examples
========

All theory is grey. In this section, we present various practical examples that
demonstrate how to uses SimPy's features.

Here is a list of examples grouped by the features they demonstrate.

Condition events
================

- :doc:`bank_renege`
- :doc:`movie_renege`


Interrupts
==========

- :doc:`machine_shop`


Monitoring
==========


Resources: Container
====================

- :doc:`gas_station_refuel`


Resources: Preemptive Resource
==============================

- :doc:`machine_shop`


Resources: Resource
===================

- :doc:`bank_renege`
- :doc:`carwash`
- :doc:`gas_station_refuel`
- :doc:`movie_renege`


Resources: Store
================

- :doc:`latency`
- :doc:`process_communication`


Shared events
=============

- :doc:`movie_renege`


Waiting for other processes
===========================

- :doc:`carwash`
- :doc:`gas_station_refuel`


All examples
============

.. toctree::

   bank_renege
   carwash
   machine_shop
   movie_renege
   gas_station_refuel
   process_communication
   latency

You have ideas for better examples? Please send them to our `mailing list
<https://lists.sourceforge.net/lists/listinfo/simpy-users>`_ or make a pull
request on `bitbucket <https://bitbucket.org/simpy/simpy>`_.