# data file for rline # Jim Dai, 11/28/1994 # This is a 7 class re-entrant line considered by Dai and Vande Vate # 7 # number of classes 1 # mean arrival time 1 # square coefficient of variation for interarrival time 1 # class 1 visits station 1 0.1 # mean service time for class 1 1 # 2 # class 2 visits station 2 0.1 1 1 # class 3 visits station 1 0.1 1 2 # class 4 visits station 2 0.46 1 1 # class 5 visits station 1 0.1 1 2 # class 6 visits station 2 0.1 1 1 # class 7 visits station 1 0.46 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, user0, user1, user2, priority # user3. Rules user0-3 require programming in file "user.cc". # Read "README" for instructions to compile prio 1 7 5 3 # class 1 has the highest priority prio 2 4 6 # class 2 has the highest priority # the following data is read when -i option is used in the command line 100 # initial size at buffer 1 0 # initial size at buffer 2 0 # initial size at buffer 3 0 # initial size at buffer 4 0 # initial size at buffer 5 0 # initial size at buffer 6 20 # initial size at buffer 7