# a network considered by Jim Dai and John Vande Vate 5 # number of classes 1 # mean interarrival times 1 # scv for interarrival times 1 # class 1 visits station 1 0.1 # mean service time 1 # scv for service time 2 # class 2 visits station 2 0.6 1 1 # class 3 visits station 1 0.1 1 2 # class 4 visits station 2 0.1 1 1 # class 5 visits station 1 0.6 1 prio # station 1 uses a priority dispatching rule 5 3 1 # class 5 has the highest priority and class 1 has the lowest priority prio # station 2 uses a priority dispatching rule 2 4 # class 2 has the highest priority and class 5 has the lowest priority # notice that the first dispatching rule is simply lbfs # and the 2nd dispatching rule is simply fbfs.