Commit 3f959fe6 authored by Georgios Dagkakis's avatar Georgios Dagkakis

remove unused variables

parent b1f689dc
...@@ -7,17 +7,11 @@ import time ...@@ -7,17 +7,11 @@ import time
start=time.time() start=time.time()
# transition probabilities
p=0.01
g=0.01
r=0.1
f=0.2
# simulation time # simulation time
maxSimTime=10000 maxSimTime=10000
# the capacity of B123 # the capacity of B123
capacity=3 # float('inf') capacity=float('inf')
class OpQueue(Queue): class OpQueue(Queue):
# allow to be locked between the time periods # allow to be locked between the time periods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment