We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666d197 commit 22b2b68Copy full SHA for 22b2b68
1 file changed
docs/Features/priority.rst
@@ -8,13 +8,13 @@ Ciw has the capability to assign priorities to the customer classes. This is don
8
9
>>> params = {
10
... 'Arrival_distributions': {'Class 0': [['Exponential', 2.0]],
11
- ... 'Class 1': [['Exponential', 2.0]]},
+ ... 'Class 1': [['Exponential', 2.0]],
12
... 'Class 2': [['Exponential', 1.0]]},
13
... 'Service_distributions': {'Class 0': [['Exponential', 5.0]],
14
- ... 'Class 1': [['Exponential', 5.0]]},
+ ... 'Class 1': [['Exponential', 5.0]],
15
... 'Class 2': [['Exponential', 4.0]]},
16
... 'Transition_matrices': {'Class 0': [[0.0]],
17
- ... 'Class 1': [[0.0]]},
+ ... 'Class 1': [[0.0]],
18
... 'Class 2': [[0.0]]},
19
... 'Number_of_servers': [1],
20
... 'Priority_classes': {'Class 0': 0,
0 commit comments