IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 Multicriteria Scheduling Problems to Minimize Total Tardiness Subject to Maximum Earliness o r Tardiness H. F Abdullah. Departme nt of Mathematics, Ibn Al-Haitham College of Education, Unive rsity of Baghdad Abstract Scheduling p roblems have been treated as single criterion p roblems until recently . M any of these problems are comp utationally hard to solve three as single criterion p roblems. However, there is a need to consider multiple criteria in a real life scheduling p roblem in general. In this p aper, we st udy the p roblem of scheduling jobs on a single machine to minimize total tardiness subject to maximum earliness or tardiness for each job. And we give algorithm (ETST) t o solve the first p roblem (p1) and algorithm (TEST) to solve the second problem (p 2) to find an efficient solution. 1 Introduction Since the beginning, most of the work in scheduling p roblems has concentrated on a single criterion. Hence numerous op timal and app roximation algorithms have been developed for single-criterion p roblems [1]. However, scheduling p roblems often involve more than one asp ect and therefore require multiple criteria analysis. Desp ite their imp ortance, little att ention has been given to multiple criteria scheduling p roblems. This is due to the extreme comp lexity of these combinatorial op timization p roblems. Obviously , the situation becomes more comp licated when more criteria are involved, unless the criteria are not in conflict with each other; roughly sp eaking, two criteria are not in conflict if a solution that p erforms well on one criterion is likely to p erform well on the other criterion [2]. The simplest multiobjective p roblems focus only on two criteria. In this p aper, we let Lex(A,B) denotes a ty p ical hierarchical p roblem where A and B are two p erformance measures. The notation Lex(A,B) will be used to mean that we want to find a schedule that minimizes criterion B subject to the const raint that criterion A is op timal. These problems are also called secondary criteria p roblems where the secondary criterion B refers to the less imp ortant criterion. Throughout this p aper, we use the three field notation scheme  /  /  introduced by Graham et.al., [3] to denote the scheduling p roblem under consideration. Some of the p erformance measures often used in scheduling are, sum of comp letion times ( ci )total earliness ( Ei ) total tardiness ( Ti ) maximum lateness, Lm ax = M ax{Li}, Li = ci – di , maximum earliness, Em ax = M ax {Ei}, Ei = M ax{di – ci,0}, and maximum tardiness, T m ax = M ax {T i}, T i = M ax{ ci – di,0}. Let f = ci is the p rimary criterion and let g  {Ei, Ti, Lm ax,Em ax} the secondary criterion, then the p roblem 1//Lex(f,g) can be solved in p olynomial time, where Lex means Lexicographical (hierarchical) op timization. A detailed comp lexity analysis of hierarchical p roblems can be found in Lee and Vairaktarkis, [4]. IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 Not e that the hierarchical scheduling p roblem 1//Lex(f,g) is a sp ecial case of the simultaneous minimization 1//F(f,g) p roblem, where F is an increasing comp osite function of the two criteria and hence if 1//Lex(f,g) is NP-hard then 1//F(f,g) is also NP-hard. Vanwassenhove and Gelder, [5] develop on algorithm to generate all the efficient solutions for 1//F(ci,Lm ax) p roblem in p olynomial time. Hoogeveen, [6] shows that all efficient solutions for two different cost functions, fm ax, gm ax can be generated in polynomial time, where fm ax = M ax{fi(ci) and fi is any non-decreasing function of ci}. Not e that Tm ax is a sp ecial case of fm ax. For detailed survey s on multicriteria scheduling, the reader can refer to Gup ta and Ky p arisis, [7], Fry et al., [8], Nagar et al., [9] and Hoogeveen, [10]. In the literature, there are three app roaches that are app licable to scheduling p roblems, [11]. C1. M inimizing a weighted sum of the subcriteria and convert it t o a single criterion p roblem. C2. Regard some subcriteria as constraints which must be satisfied and op timize others. C3. Generate all efficient (non-dominated) schedules then allow the decision maker to make exp licit trade-off between these schedules. In this p aper, we will study some problems which belong to class C2. The work of Smith [12], on minimizing total comp letion time subject to no tardy jobs is the earliest work in this area. Recently [13] work on Lex (Cm ax, ci) for the two machine flow shop p roblem. In this p aper, we address the following single machine multicriteria scheduling p roblem. A set of n indep endent jobs have to be scheduled on a single machine, which can handle only one job at a time. The machine is assumed to be continuously available from time 0 on words. Job Ji(1,…,n) requires a given p ositive p rocessing time p i and should be comp leted at a given due data di. A schedule defines for each job Ji its comp letion time Ci such that t he jobs do not overlap in their execution. The cost of comp leting Ji at time Ci (i = 1, …,n) is measured by k (k = 3) functions k i f (k = 1, …,K); two of these functions are assumed to be non-decreasing in the job comp letion time; that is the value of k i f (Ci) (i = 1, …,n; k = 1, …,K) does not decrease if we increase Ci and one of them (Em ax) is not regular in our st udy . Hence for the hierarchical minimization p roblem, the p erformance criteria f 1 ,…,f k are indexed in order of decreasing imp ortance. In this p aper, first f 1 is minimized. Next, f 2 is minimized subject to the const raint that t he schedule has minimual f 1 value. If necessary, f 3 is minimized subject to the const raint that values for f 1 and f 2 are equal to the values determined in the p revious st ep. If we use the three field notation, this p roblem is denoted by 1//Lex(f 1 , f 2 ,f 3 ), where f 1 , f 2 and f 3  {Em ax,Tm ax,Ti}. The organization of this p aper is as follows. In section 2, we p rovide the notation and basic concepts of the p roblems. In section 3, the p rop osed mathematical formulations for the p roblems is given. Also the p rop osed algorithms and the comp utational exp erience are given. Finally, in section 4 some of the conclusions that can be drawn from this research are outlined. 2 Notati on and basi c concepts The following notation will be used: n = number of jobs. p i = p rocessing time of job i. di = due data of job i. ci = completion time of job i. Ei = M ax {di – ci,0}; the earliness of job i. Em ax = M ax {Ei}; the maximum earliness. Ti = M ax { ci – di,0}; the tardiness of job i. Tm ax = M ax {T i}; the maximum tardiness. Ti = the tot al tardiness. IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 We will use the following scheduling rules in this p aper EDD: jobs are sequenced in non-decreasing order of due dates, (this rule is known to minimize Lm ax and Tm ax) [14]. M ST: jobs are sequenced according to non-decreasing order of minimum slack times, i.e. non-decreasing order of si = di – p i, (this rule is known to minimize Em ax subject to no machine idle time) [14]. Property 1, (4): If for some criterion f the unconstrained p roblem 1//f is NP-comp lete then the hierarchical p roblem 1//Lex(f,g) is NP-comp lete for any criterion g. A feasible schedule  is p areto op timal, or non-dominated (efficient), with resp ect to the performance criteria f and g if there is no feasible schedule  such that bot h f()  f() and g()  g(), where at least one of the inequalities is st rict [17]. Sup p ose that we have selected the two p erformance criteria, say f and g, that we want to take into account [15]. If one performance criterion, say f, is for more imp ortant t han the other one, then an obvious app roach is to find the op timum value with resp ect to criterion f, which we denote by f*, and choose from among the set of op timum schedules for f the one that p erforms best on g, such an app roach is called hierarchical op timization or Lexicographical op timization: in this ty p e, we have to minimized the value of the more imp ortant criterion f, where in the second st age, the second criterion g is a minimized subject to the additional constraint that f = f*, where the criterion mentioned first in the argument of Lex is the more imp ortant one [16]. 3 Three-criteria hierarchical problems and algorithms In this section, we p resent the mathematical forms and the algorithms for generating solutions when one of the three criteria Em ax, Tm ax, Ti is more imp ortant than the others. These hierarchical p roblems are also called secondary criteria p roblems where the secondary criterion refers t o the less important criterion. Formulation for multicriteria p roblems are similar to that for the single criterion p roblems with additional const raints requiring that the optimal value of the primary objective is not violated. Let us consider the formulations for bicriterion p roblems. There are two p arts of the formulations p rimary objective function subjected to: p rimary p roblem const raints secondary objective function subjected to: secondary p roblem const raints p rimary objective function value constraints p rimary p roblem const raints Hence, the bicriterion p roblem is solved in two steps. First, we op timize the primary criterion followed by the optimization of the secondary criterion subject to the primary objective value. This formulation in this p aper can be generalized to the multicriteria p roblems. Hence we p resent t he mathematical forms of four multicritria problems. Let the first p roblem (P1) is denoted by 1//Lex(Em ax,Tm ax,Ti). The multicriteria scheduling p roblem (P1) is defined as: IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 n i i 1 1 max max max ma x max Min T s.t. (P ) E E (MST)(is the optimal) T T, T {T (EDD), T (MST)}             For this p roblem (P1), Em ax is the most imp ortant objective function and should be op timal for any feasible schedule. The following algorithm (ETST) gives the best p ossible solution for (P1). Algorithm (ETS T) S tep (1): Solve the problem 1//Em ax to find m axE (MST)  , by using M ST rule. S tep (2): Let N ={1,2,…,n} be the set of unscheduled,  =  be the sequence for the scheduled jobs and set k = 1. S tep (3): For each job j  N calculate a start t ime rj , rj = M ax{dj – p j – m axE (MST)  ,0}. S tep (4): Find a job j*  N with minimum j r  such that jr   Ck – 1 and if there exists a tie choose the job j* with smalled due date j d  (where Ck – 1 is the comp letion time of a job in position k – 1 and C0 = 0 where k = 1). Assigin job j* in p osition k of  (i.e.  = (,(k))). S tep (5): Set k = k + 1 and N = N – {j*}, if N =  go to st ep (6) otherwise go to st ep (4). S tep (6): For t he schedule jobs of  = ((1), …,(n)) calculate Em ax, Tm ax, Ti and stop . Let the second p roblem (P2) denoted by 1//Lex (Tm ax,Em ax,Ti). The multicriteria scheduling p roblem (P2) is defined as: n i i 1 2 max max max max ma x Min T s.t. (P ) T T (EDD)(is theoptimal) E E, E {E (MST), E (EDD)}             For this p roblem (P2) Tm ax is the most imp ortant objective function and should be op timal for any feasible schedule. The following algorithm (TES T) gives t he best p ossible solution. S tep (1): Solve the problem 1//Tm ax to find m axT (EDD)  , by using EDD rule. S tep (2): Let N ={1,2,…,n} be the set of unscheduled jobs,  =  be the sequence for the scheduled jobs and let k = n and n j j 1 t P   . S tep (3): For each job j  N calculate a dead line j d , j d = dj + m axT (EDD)  and Sj = dj – Pj . S tep (4): Find a job j*  N such that j d   t, if there exists a tie choose the job with largest slack time j s  . IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 S tep (5): Set t = t – j p  , k = k – 1, N = N – {j*} and assigin job j* in position k of  (i.e.  = ((k),)), if N =  go to st ep (6), else go to st ep (4). S tep (6): For t he schedule jobs of  = ((1), …,(n)) calculate Tm ax, Em ax, Ti. Now consider the following (P3) and (P4) p roblems 1//Lex( n j j 1 T   ,Em ax, Tm ax) and 1//Lex( n j j 1 T   ,Tm ax,Em ax) resp ectively. max n n 3 i j i 1 j 1 max ma x max Min T s.t. (P ) T T (is the optimal) E E, E {E (MST),E (EDD)}                max n n 4 i j i 1 j 1 max max max Min E s.t. (P ) T T (is the optimal) T T, T {T (EDD), T (MST)}                Since the unconstrained total tardiness p roblem (1//Ti) is NP-comp lete in ordinary sence (Due and lenug) [17]. Consequently by p rop erty 1, the corresp onding hierarchical op timization p roblems (P3) and (P4) are NP-comp lete. This means that all the hierarchical p roblems with p rimary criterion //Ti (total tardiness) are st rongly NP-comp lete because 1//Ti p roblem is NP-complete. 3.1 Computational results We first p resent how t ests p roblem can be randomly generated. The p rocessing time Pi is uniformly distributed in the interval [1,10]. The due date di are uniformly distributed in the interval [p (1 – TF – RDD 2 ), P(1 – TF + RDD 2 ); where n i i 1 P P   , depending on the relative range of due date (RDD) and on the average tardiness factor (TF). For both p arameters, the values 0.2, 0.4, 0.6, 0.8 and 1.0, are considered. For each selected value of n, one problem was generated for each of five values of p arameters p roducing five p roblems for each value of n. The comp lete enumeration (CE), (ETST) and (TEST) algorithms were tested by coding them in matlab7 and running Pentium IV at 2800M HZ with Ram 512M B comp uter. It is well known that (CE) algorithm gives op timal solutions which are tested on p roblems with size (3,4,5,6,7,8) for p roblems (p 1) and (p 2) resp ectively. For p roblems (with n > 8) that are not solved optimality by (CE) algorithm because the execution time exceeds 30 minutes, the near op timal solution for these unsolved p roblems was found by our algorithms (ETST) and (TEST) resp ectively. Tables (1) and (2) show the results for p roblems (p 1) and (p2) obtained by (CE), (ETST) and (TEST) algorithms resp ectively. IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 Re ferences 1. Steure Ralp h, E., (1986), "M ultip le Criteria Op timization: Theory, Comutation and Ap p lication", Willey . 2. Hoogeveen, J. A., (1995),"Single-M achine Scheduling to M inimize a Function of Two or Three M aximum Cost Criteria", Dep artment of M ath. And Computing Science, Eindhoveen, the Netherlands. 3. Graham, R. L.; Lawler, E. L.; Lenst ra, J. K. and Rinnooykan, A. H. G., (1979), Ann. Discrete M ath. 5: 287-326. 4. Lee, C. Y. & Vairaktarakis, G. L., (1993), World scientific, 19: 269-298. 5. Van Wassenhove, L. N. & Gelders, F., (1980), European Journal of Op erational Research, 4: 42-48. 6. Hoogeveen, J. A., (1992), "Single-M achine Bicriteria Scheduling", Ph.D. Thesis, Eindhoveen. 7. Gup ta, S. K. and Hy p arisis, J., (1987), Omega 15: 207-227. 8. Fry , T. D.; Armst rong, R. D. and Lewis, H., (1989), Research Omega 17: 54-607. 9. Nagar, A.; Haddock, J. and Heragu, S., (1995), European Journal of Op erations Research, 81: 88-104. 10. Hoogeveen, J. A., (2005), Dep artment of Computer Science, Europen Journal of Op erational Research, 167. 11. Tsiushuang, C.; Xiangtong, Q. & Fengsheng, T., (1996), "Single M achine Scheduling to M inimize Weighted Earliness Subject to M aximum Tardiness", Dep artment of Computers and Sy st em Sciences, Nankai University , Tianjin, 300071, P.R. China Qi. 12. Smith, W. E., (1956), "Various Op timizers for Single-Stage Production", Naval Res- Logist Quar. 13. Trao, H. M ., (2006), "Op timal Solution for Two-Stages Flow Shop Scheduling Problem with Secondary Criterion", M .Sc. Thesis University of Al-M ust ansiriy ah, College of Science Dep . of M ath. 14. Jakson, J. R., (1995), "Scheduling a Production Line to M inimize M aximum Tardiness", Res. Report 43, M anagement Science, Res.Project, University of California, Loss Angles, CA. 15. Hoogeveen, J. A., (1996), M ath. Op erat. Res. 21: 100-114. 16. Evans, G. W., M anagement science 30: 1268-1282. 17. Du., J and Lenug, J. Y. T., (1990), M ath. op erat. Res. 15: 483-495. IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 Table (1) The Performance of (CE) and (ETS T) algorithm for Problem (p1) n no. of e x. (CE) Alg. Opt. val. (ETS T) Alg. E T S T E T S T 3 1 0 11 14 0 13 22 2 0 12 14 0 12 14 3 0 8 9 0 8 9 4 0 15 22 0 15 22 5 0 2 3 0 2 3 4 1 5 4 4 5 4 4 2 0 6 15 0 6 15 3 0 12 20 0 12 20 4 0 9 14 0 9 14 5 0 11 13 0 18 31 5 1 0 9 27 0 9 27 2 0 19 44 0 19 49 3 0 14 34 0 14 39 4 0 5 10 0 5 10 5 0 11 20 0 13 28 6 1 0 9 24 0 11 44 2 0 13 32 0 14 47 3 0 8 27 0 9 29 4 0 23 52 0 27 94 5 0 9 36 0 9 40 7 1 0 30 104 0 30 127 2 0 13 52 0 13 59 3 0 16 53 0 16 70 4 0 32 113 0 32 121 5 0 18 60 0 18 60 8 1 0 56 204 0 56 204 2 2 19 45 2 21 59 3 0 21 93 0 21 107 4 0 24 105 0 24 113 5 11 0 0 11 0 0 where E = Emax, T = T max and ST = IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 Table (2) The Performance of (CE) and (TES T) algorithm for Problem (p2) n no. of e x. (CE) Alg. Opt. val. (TES T) Alg. T E S T T E S T 3 1 11 0 14 11 6 13 2 12 0 14 12 0 14 3 8 0 9 8 0 9 4 15 0 22 15 0 23 5 2 0 3 2 2 3 4 1 4 5 4 4 17 4 2 6 0 15 6 0 15 3 12 0 20 12 0 28 4 9 0 14 9 0 16 5 11 0 13 11 2 20 5 1 9 0 27 9 7 34 2 19 0 44 19 2 45 3 14 0 34 14 6 37 4 5 0 10 5 0 12 5 11 0 20 11 8 28 6 1 9 0 24 9 5 13 2 13 0 32 13 12 34 3 8 0 27 8 8 27 4 23 0 52 23 3 52 5 7 0 19 7 4 20 7 1 30 0 104 30 3 109 2 13 0 52 13 5 51 3 16 0 53 16 11 59 4 32 0 113 32 3 124 5 18 0 60 18 0 69 8 1 56 0 204 56 0 235 2 19 2 45 19 23 74 3 21 0 93 21 7 84 4 24 0 105 24 4 117 5 0 11 0 0 25 0 Where E = Em ax, T = Tmax and ST = Ti Table (1) and table (2) show (12) problems, (ETS T) algorithm give the optimal sol uti on from (30) problems to (p1). Also (TES T) algorithm gives optimal sol uti on to (3) problems from (30) problems to (p2). IBN AL- HAITHAM J. FOR PURE & APPL. S CI. VOL.23 (1) 2010 Table (3) The Performance of (ETS T) and (TES T) algorithm for Problems (p1) and (p2) respectively n no. of ex. (CE) Alg. Opt.val. time (TEST) Alg. time E T ST T E ST 100 1 179 0 0 1.12647036 0 752 0 0.74858 2 2 363 16796 0.11953005 358 229 18668 0.20988 3 0 503 25959 0.26942652 502 53 24211 0.27051 4 143 11 39 0.13075979 11 608 392 0.10606 5 0 338 17138 0.21426937 338 211 16958 0.38384 200 1 319 45 1103 0.62734318 45 1258 5263 0.2926 2 17 360 27598 0.37524356 360 808 49141 0.50081 3 1 533 53662 0.66433407 531 499 59127 0.69638 4 339 0 0 0.49009237 0 1465 0 0.30636 5 0 558 61168 0.66032482 552 531 60117 0.67944 300 1 20 208 32476 0.62758178 207 1287 49249 0.54612 2 47 107 18968 0.57598413 166 1444 37619 0.59398 3 0 1165 172992 1.19656747 1163 493 166785 2.6832 4 0 1334 205262 1.23098989 1334 330 188096 2.76682 5 98 17 56 0.37925246 14 1626 2183 0.55104 400 1 640 0 0 1.15046111 0 2806 0 1.459 2 89 86 7540 0.91170198 86 1087 25689 0.67944 3 0 2026 415782 6053897226 2025 223 383686 6.1565 4 447 39 782 3.12389536 39 2556 9151 0.98865 5 11 231 36156 0.86524203 230 2016 71836 1.03529 500 1 279 160 17036 2.15753627 160 2215 57682 1.42939 2 20 568 106437 2.15590147 561 2098 206248 2.42633 3 0 2520 632436 7.90571441 2520 278 610651 10.1674 4 0 1677 432201 5.54392977 1675 1104 445034 6.5482 5 0 2425 617604 8.8913358 2424 266 578491 9.92506 600 1 659 71 2065 2.26473278 71 3400 27707 2.03721 2 7 323 96218 3.15671991 323 2854 158962 2.20158 3 0 1332 423809 5.56702833 1331 1966 490221 5.63833 4 0 2306 672134 9.97153693 2305 967 690366 13.2039 5 0 1328 378006 4.46032238 1328 1959 490624 7.67578 700 1 0 1880 616513 9.87129298 1879 1869 718391 13.4187 2 69 69 12836 1.15406665 69 3025 35145 1.18976 3 1 1895 674347 8.92376825 1895 1844 735889 1.22257 4 0 1896 663143 7.90197834 1896 1882 753681 14.2562 5 780 7 11 2.28917996 7 4592 1668 5.30548 800 1 45 1349 497654 7.66431661 1349 3062 715853 11.0311 2 0 2634 1032408 14.5439547 2632 1748 1087947 20.0141 3 0 3062 1193374 17.8258838 3060 1308 1197792 23.4111 4 449 53 1151 3.28143218 53 4731 27641 2.28639 5 0 3813 1531458 2.61768531 3811 421 1473201 28.971 where E = Emax, T = T max and ST = T i 2010) 1( 23المجلد مجلة ابن الھیثم للعلوم الصرفة والتطبیقیة لتصغیر مجموع التأخیر مشروطة الى أكبر مسائل الجدولة للمعاییر المتعددة تبكیر أو تأخیر هند فالح عبداهللا جامعة بغداد ،كلیة التربیة ابن الهیثم ,قسم الریاضیات خالصةال صعبة الحل لثالثة مسائل ل تعدالعدید من هذه المسائ. مسائل الجدولة مسائل معیار مفردة حتى اآلن عدت .الحیاة الحقیقیة على العمومر المعاییر المتعددة في مسائل معیاریة مفردة مع ذلك هنالك حاجة الى اعتبا ر nمسائل جدولة درستفي هذا البحث من االعمال على ماكنة واحدة لتصغیر مجموع التأخیر مشروطة الى اكب p)لحل المسألة االولى (ETST)وقد اعطیت خوارزمیة ،تكبیر أو تأخیر لكل عمل لحل (TEST)وخوارزمیة ، (1 p)المسألة الثانیة .الیجاد حل كفوء (2