# data file for rline # Jim Dai, 11/28/1994 # This is the network described in Section 1 of J. G. Dai # "On positive Harris recurrence of multiclass queueing networks: a # unified approach via # fluid models", Annals of Applied Probability, # Vol 5, pp. 49-77, (1995). # It is a variant of the model considered by Bramson (1994, Annals of # Applied Probability). # All distributions are exponential. 6 # number of classes 1 # mean interarrival time 1 # scv for interarrival time 1 # class 1 visits station 1 0.001 # mean service time for class 1 1 # scv for service time 2 # class 2 visits station 2 0.897 1 2 # class 3 visits station 2 0.001 1 2 # class 4 visits station 2 0.001 1 2 # class 5 visits station 2 0.001 1 1 # class 6 visits station 1 0.899 1 # # In the following, put at least one blank space after a scheduling rule before # the comment sign #. # # Available rules are, fcfs, lcfs, fbfs, lbfs, fsmct, user0, user1, user2, # user3. Rules user0-3 require programming in file "user.cc". # Read "README" for instructions to compile. fcfs # first come first serve at station 1 fcfs # first come first serve at station 2