Research Article Semi-Online Scheduling on Two Machines with GoS Levels and Partial Information of Processing Time

Size: px
Start display at page:

Download "Research Article Semi-Online Scheduling on Two Machines with GoS Levels and Partial Information of Processing Time"

Transcription

1 e Scientific World Journal Volume 04, Article ID 57634, 6 pages Research Article Semi-Online Scheduling on Two Machines with GoS Levels and Partial Information of Processing Time Taibo Luo and Yinfeng Xu, Business School, Sichuan University, Chengdu 60065, China State Key Lab for Manufacturing Systems Engineering, Xi an 70049, China Correspondence should be addressed to Yinfeng Xu; yfxu@scu.edu.cn Received 5 November 03; Accepted 9 December 03; Published February 04 Academic Editors: J. G. Barbosa and D. Oron Copyright 04 T. Luo and Y. Xu. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. This paper investigates semi-online scheduling problems on two parallel machines under a grade of service (GoS)provision subject to minimize the makespan. We consider three different semi-online versions with knowing the total processing time of the jobs with higher GoS level, knowing the total processing time of the jobs with lower GoS level,orknowingbothinadvance.respectively,for the three semi-online versions, we develop algorithms with competitive ratios of 3/, 0/3, and 4/3 which are shown to be optimal.. Introduction Scheduling problem under a grade of service provision was first proposed by Hwang et al. []. The jobs should be assigned irrevocablytomachinesassoonastheyarrive.eachjob and machine are labeled with the GoS levels. A job can be processed by a particular machine if and only if the GoS level of the job is not less than that of the machine. In practice, the scheduling with GoS eligibility constraints is widely used. For more details, please refer to [ 3]. For the offline scheduling on m machines under a grade of service provision, Hwang et al. [] presented an lg-lpt algorithm which has a tight bound of 5/4 for two machines and /(m ) for m (m 3)machines.JiandCheng [4] gave an fptas for this problem. However, Woeginger [5] gave two simpler fptass for the same problem. For the online version, Jiang [6] proved a lower bound of for the case with two levels of GoS and presented an online algorithm with a competitive ratio of.5. Zhang et al. [7] improvedthe result and showed an algorithm with a competitive ratio of +(m m)/(m sm+s ) 7/3. For m =,Parketal.[8] presentedanoptimalalgorithm with a competitive ratio of 5/3. However,there are many papers focusing on the semi-online scheduling on two machines under GoS [8 3]. As the total processing time of all jobs is known, Park et al. [8] gave an optimal algorithm with a competitive ratio of 3/. When the largest processing timeofalljobsisknown,wuetal.[]presentedanoptimal algorithm with a competitive ratio of ( 5+)/.In the same paper, Wu et al. [] gave an optimal algorithm with a competitive ratio of 3/ whentheoptimalvalueoftheinstance is known. For the processing times bounded in an interval, Liu et al. [9] gave a competitive algorithm under some conditions and Zhang et al. [3] improved the result and gave an optimal algorithm for different intervals. In this paper, we focus on the semi-online scheduling problem where only partial information of the total processing time is known. The semi-online versions concerned in our paper are listed as follows. sum higher: the total processing time of all jobs with higher GoS level is known in advance. sum lower: the total processing time of all jobs with lower GoS level is known in advance. We use P GoS s C max to denote the semi-online problem with information s, where s {sum higher, sum lower}. Moreover,weuseP GoS s&s C max to denote the semi-online problem where both information s and informations are available in advance. Our results indicate that competitive ratios of three algorithms are better than 5/3 of the online version [8]. When knowing sum higher in advance, the competitive ratio is

2 The Scientific World Journal thesameastheoptimalalgorithm[8] presented for the semionline problem where the total processing time of all jobs is known. For designing algorithm, the results indicate that knowing sum higher&sum lower is more useful than sum higher or sum lower. Moreover,knowingsum higher is more useful than sum lower.however,knowingsum lower is better than knowing the largest processing time of all jobs []. The rest of this paper is organized as follows: in Section, we give some basic definitions. In Sections 3 5, we prove lower bounds and present algorithms for the three semionline problems, respectively.. Basic Definitions Wearegiventwomachinesandaseriesofjobsarrivingonline which are to be scheduled irrevocably at the time of their arrivals. The arrival of a new job occurs only after the current job is scheduled. We denote by the set J=,...,nthe set of all job indices arranged in the order of arrival. The jth arriving job is referred to as job J j. We denote each job by J j =(p j,g j ). The GoS assigned to job J j is denoted by g j,whichisifthe jobmustbeprocessedonlybythefirstmachineandifitmay beprocessedbyeitherofthetwo;p j is the processing time of job J j ; p j and g j arenotknownuntilthearrivalofjobj j.let T = gj = p j and T = gj = p j. The scheduled can be seen as the partition of J into two subsets, denoted by (S,S ),wheres and S contain job indicesassignedtothefirstandsecondmachine,respectively. Let t(s) = Σ Jj Sp j for an arbitrary subset S of J. Thenthe maximum of t(s ) and t(s ), denoted by max{t(s ), t(s )}, isthemakespanofthescheduled(s,s ).Theproblemisto minimize max{t(s ), t(s )}. The minimum makespan obtained by an optimal offline algorithm is denoted by. The makespan generated by algorithm A is denoted by C A. The competitive ratio of A is definedtobethemaximumc A /. 3. Optimal Algorithm for P GoS sum higher C max In this section, we prove a lower bound of competitive ratio and present an optimal algorithm for the semi-online version as T is known in advance. 3.. Lower Bound of Competitive Ratio Theorem. Any semi-online algorithm for P GoS sum higher C max has a competitive ratio of at least 3/. Proof. The theorem will be proved by adversary method. Let T =beknowninadvance.thefirstjobisj = (, ). J must be scheduled on the first machine. Then, we generate job J = (, ).IfjobJ = (, ) isscheduledonthefirstmachine, and there is no job arriving after, we have C A / =>3/. Otherwise, job J is scheduled on the second machine, and we generate job J 3 = (, ). No matter which machine that job J 3 is scheduled on, we have C A =3. Since the optimal algorithm will scheduled job J and job J on the first machine and scheduled job J 3 on the second machine. Hence, C A / = 3/.Theproofiscompleted. 3.. Optimal Semi-Online Algorithm GoS-TH. Sinceweknow T in advance and all the jobs with g j =must be scheduled on the first machine, we can regard them as one job; that is, J 0 =(T,). We scheduled job J 0 on the first machine at first and do not need to care about the job with g j =later. At the arrival of each job, H is updated to become a half of the total processing time of the jobs which include the jobs with GoS =and job J 0 ; P is updated to become the maximum processing time. We define P j, S j, Sj,andHj to be P, S, S,andH after we scheduled job J j. Then, clearly the optimum makespan L=max(T, P). Combinedwith the online algorithm presented by Park et al. [8], we propose Algorithm GoS-TH. Algorithm GoS-TH () Scheduled J 0 to the first machine and t(s 0 )=T. () Let p j =0for all the jobs with g j =. (3) Suppose that the incoming job is J j and g j =;assign job J j to the first machine. (4) Suppose the incoming job is J j and g j =. H j = H j +p j /, P j = max(p j,p j ),andl j = max(t j,p j ). (4.) If t(s j )+p j (3/)L j, scheduled it to the second machine. (4.) If t(s j )+p j > (3/)L j, scheduled it to the first machine. Theorem. The competitive ratio of Algorithm GoS-TH is 3/ for P GoS sum higher C max. Proof. Suppose that Theorem is false. There must exist an instance with the least number of jobs to make C GoS-TH > (3/). The makespan is not determined until the arrival of job J n. Therefore, C GoS-TH = max {t (S n ),t(sn )} > 3, max {t (S n ),t(s n )} 3. If g n =,basedonalgorithmgos-th, wehavet(s n )= t(s n ) and t(s n )=t(sn ). Due to the fact that max{t(s n ), t(s n )} (3/), we just need to prove Theorem is true when g n =. If g n =, when it is scheduled on the second machine, we have C GoS-TH =t(s n )=t(sn )+p n (3/).This is contradicting with inequality (). Otherwise, job J n is scheduled on the first machine, which leads to t(s n )+p n > (3/)L n (3/)H n ;combinedwith(t(s n )+p n +t(s n ))/ = H n,wegetthatt(s n ) < (/)L n (/).Sincep n,wehavet(s n )+p n < (3/),whichalsocontradicted with inequality (). The proof is completed. ()

3 The Scientific World Journal 3 4. Optimal Algorithm for P GoS sum lower C max In this section, we prove a lower bound of competitive ratio and present an optimal algorithm for the semi-online version as T is known in advance. 4.. Lower Bound of Competitive Ratio Theorem 3. Any semi-online algorithm for P GoS sum lower C max has a competitive ratio of at least 0/3. Proof. We will construct a job sequence with T =6to make an arbitrary algorithm A behave poorly. We begin with jobs J = (, ) and J = (, ). Wediscussthefollowingthree cases. Case (J and J are scheduled on the first machine). We continue to generate jobs J 3 = (, ) and J 4 = (, ). Ifjob J 3 and job J 4 are scheduled on the second machine, we have t(s )=4;thus,C A / = 4/4 > 0/3. Otherwise,if job J 3 or job J 4 isscheduledonthefirstmachineorbothof them are scheduled on the first machine, we further generate job J 5 = (6, ). Wewillhavet(S ) 40.Sinceoptimal algorithm will scheduled jobs J, J, J 3,andJ 4 on the second machine and scheduled job J 5 onthefirstmachine,wehave C A / 0/3. Case (J or J is scheduled on the first machine). We continue to generate job J 3 = (, ). Then we discuss the following two subcases. Subcase. (job J 3 is scheduled on the first machine). We continue to generate jobs J 4 = (, ) and J 5 = (, ). If job J 4 and job J 5 are scheduled on the second machine, we have t(s ) = 3 and t(s ) =, which lead to C A / = 3/3 > 0/3.Otherwise,ifjobJ 4 or job J 5 is scheduled on the first machine or both of them are scheduled on the first machine, we further generate job J 6 = (6, ) which leads to C A / 0/3. Subcase. (J 3 is scheduled on the second machine). We generate job J 4 = (5, ). IfjobJ 4 is scheduled on the second machine, we generate job J 5 = (3, ). IfjobJ 5 is scheduled on the second machine, we have t(s )=. Since the optimal algorithm will scheduled jobs J, J, J 3,andJ 4 on the first machine and scheduled job J 5 on the second machine, we have C A / = /3 > 0/3. IfjobJ 5 is scheduled on thefirstmachine,wegeneratejobj 6 = (6, ) which leads to C A / 0/3. Otherwise, if job J 4 is scheduled on the first machine, we generate job J 5 = (8, ). IfjobJ 5 is scheduled on the first machine, we generate job J 6 = (6, ) which leads to C A / 0/3. IfjobJ 5 is scheduled on the second machine, we generate job J 6 = (9, ).IfjobJ 6 is scheduled on thesecondmachine,wehavet(s )=0and =3;thus, C A / = 0/3. IfJ 6 is scheduled on the first machine, we generate job J 7 = (6, ) and have t(s )=40and =6, which also lead to C A / = 0/3. Case 3 (J and J are scheduled on the second machine). We continue to generate job J 3 = (, ). Then we discuss the following two subcases. Subcase 3. (job J 3 is scheduled on the second machine). We generate jobs J 4 = (3, ) and J 5 = (3, ). IfjobJ 4 or job J 5 is scheduled on the second machine or both of them are scheduled on the second machine, we further generate job J 6 = (, ). IfjobJ 6 is scheduled on the second machine, we generate job J 7 = (4, ). IfjobJ 7 is scheduled on the second machine, we have t(s ) =. Since the optimal algorithm will scheduled jobs J, J, J 3, J 4, J 5,andJ 6 on the first machine and scheduled job J 7 on the second machine, we have C A / /4 > 0/3. Otherwise,jobJ 7 is scheduled on the first machine, and then we generate job J 8 = (6, ) and have t(s ) 40 and = 6;hence, C A / > 0/3.IfjobJ 6 is scheduled on the first machine, we generate job J 7 = (3, ). IfjobJ 7 is scheduled on the second machine, we have t(s ) 0and =3,hence, we also have C A / > 0/3.Otherwise,jobJ 7 is scheduled on the first machine, and then we generate job J 8 = (6, ). We have C A / > 0/3. If job J 4 and job J 5 are scheduled on the first machine, we generate jobs J 6 = (8, ) and J 7 = (8, ). IfjobJ 6 or job J 7 is scheduled on the first machine or both of them are scheduled on the first machine, we further generate job J 8 = (6, ).We have C A / > 0/3. Otherwise,ifjobJ 6 and job J 7 are scheduled on the second machine, we have t(s )=0and =3, which lead to C A / = 0/3. Subcase 3. (job J 3 isscheduledonthefirstmachine).we generate job J 4 = (, ). IfjobJ 4 is scheduled on the first machine, we generate jobs J 5 = (0, ) and J 6 = (0, ). If job J 5 and job J 6 are scheduled on the second machine, we have t(s ) = and = 3;thus,C A / = /3 > 0/3. Otherwise,ifjobJ 5 or job J 6 is scheduled on the first machine or both of them are scheduled on the first machine, we further generate job J 7 = (6, ) and have t(s ) 40;thus, C A / = 0/3. Otherwise, if job J 4 is scheduled on the second machine, we generate job J 5 = (4, ).IfjobJ 5 is scheduled on the second machine, we generate job J 6 = (3, ). IfjobJ 6 is scheduled onthesecondmachine,wehavet(s )=and =3; hence, C A / = 0/3. IfjobJ 6 isscheduledonthefirst machine, we generate job J 7 = (6, ) and have t(s ) 4; thus, C A / = 4/6 > 0/3. Therefore, job J 5 is scheduled on the first machine. Then we generate jobs J 6 = (8, ) and J 7 = (8, ).IfjobJ 6 or job J 7 is scheduled on the first machine or both of them are scheduled on the first machine, we further generate job J 8 = (6, ).We will have t(s ) 40and =6;hence,C A / > 0/3. Otherwise, if job J 6 and job J 7 are scheduled on the second machine, we have t(s )=0and =3; also, we have C A / = 0/3.Theproofiscompleted. 4.. Optimal Semi-Online Algorithm GoS-TL. In this subsection, we design an optimal algorithm with a competitive ratio of 0/3. Letx and x be the jobs with g j = assigned

4 4 The Scientific World Journal to the first and second machine, respectively, where t(x )+ t(x ) = T. We define x j and xj to be x and x after we scheduled job J j.then,weproposealgorithmgos-tl. Algorithm GoS-TL () Suppose that the incoming job is J j and g j =;assign job J j to the first machine. () Suppose that the incoming job is J j and g j =. (.) (Stopping criterion ). If (3/3)T t(x j )+ p j (7/3)T, scheduled job J j and all the remaining jobs with GoS = to the first machine, and then scheduled all the remaining jobs with GoS = to the second machine. Stop. (.) (Stopping criterion ). If (6/3)T t(x j )+ p j (0/3)T, scheduled job J j to the second machineandscheduledalltheremainingjobsto the first machine. Stop. (.3) (Stopping criterion 3). If t(x j ) > 0/3,scheduled job J j and the remaining jobs to the first machine. Stop. (.4) If t(x j ) (7/6)T and (7/3)T t(x j )+ p j < (6/3)T, scheduled job J j to the first machine. Continue. (.5) Otherwise, scheduled job J j to the second machine. Continue. Lemma 4. If (6/3)T t(x ) (0/3)T,thenC GoS-TL (0/3). Proof. Since (/)T,wehavet(S ) = t(x ) (0/3)T (0/3). Then, we only need to prove that t(s ) (0/3).Wediscussitbythefollowingtwocases. Case (T T ). In this case, we have t(s )=t(x )+T and T (T +T )/. Since(6/3)T t(x ) (0/3)T,we have t(x ) (7/3)T.Combinedwith T,wehave C GoS-TL (7/3) T +T T (7/3) T +T T = 0 3. () Case (T <T ). In this case, we have T <(T +T )/,which leads to (T +T )/.Then,wehave C GoS-TL (4/3) T +T T +T. (3) Since ((4/3)T +T )/(T +T ) is increasing function of the variation of T,thus,wehave C GoS-TL (4/3) T +T T +T < (4/3) T +T T +T = 0 3. (4) The proof is completed. BasedonLemma4, we straightforwardly have Corollary 5. Corollary 5. () If t(x ) (7/3)T,thent(S ) (0/3) ; () if t(x ) (0/3)T,thent(S ) (0/3). Lemma 6. t(x ) (7/3)T. Proof. Since Algorithm GoS-TL will only scheduled a job with g j =to the first machine only when t(x j )+p j (7/3)T, the lemma can directly be got from the Algorithm GoS-TL.Theproofiscompleted. By using Corollary 5 and Lemma 6, we can obtain the following corollary. Corollary 7. If t(x ) (0/3)T, then C GoS-TL (0/3). BasedonLemma6 and Corollary 7, ifweprovet(s ) (0/3) will hold when t(x ) > (0/3)T,thenwecan prove that Algorithm GoS-TL is (0/3)-competitive. Lemma 8. If job J j is scheduled on the second machine by Algorithm GoS-TL where t(x j )+p j > (0/3)T and t(x j ) (7/6)T,thent(S ) < (0/3). Proof. If t(x j )+p j > (0/3)T and t(x j ) (7/3)T,we have p j > (/)T.Thenwehave p j > (/)T.IfjobJ j is scheduled on the second machine, Algorithm GoS-TL will scheduled the remaining jobs on the first machine. Thus, t(s j ) t(s j ) p j = t(x j )+p j. (5) p j Since (t(x j )+p j )/p j is decreasing function of the variation of p j and increasing function of variation of t(x j ),wehave t(s j ) t(x j )+p j < (7/6) T + (/) T = 0 p j (/) T 3. (6) The proof is completed. Lemma 9. If (6/3)T t(x j ) (0/3)T,thent(S )> (0/3)T will never happen. Proof. If (6/3)T t(x j ) (0/3)T, Algorithm GoS-TL will scheduled the remaining jobs on the first machine, so t(s )=t(x j ) (0/3)T.Theproofiscompleted. Lemma 0. If job J j is scheduled on the second machine by Algorithm GoS-TL where (7/6)T <t(x j ) < (6/3)T and t(x j ) > (0/3)T,thent(S )=t(x j ) < (0/3). Proof. Let J w be the job that is scheduled on the second machine by Algorithm GoS-TL which satisfies t(x w ) 7/3 and (7/6)T <t(x w )+p w < (6/3)T.SinceJ w is

5 The Scientific World Journal 5 scheduled on the second machine by Algorithm GoS-TL and (7/6)T <t(x w )+p w < (6/3)T,wehavet(x w )+p w > (7/3)T ; otherwise, Algorithm GoS-TL will scheduled job J w on the first machine. Moreover, t(x w ) < (3/3)T must hold which leads to p w > (4/3)T.Thisfurtherimpliesthat t(x w ) < (/3)T since t(x w )+p w < (6/3)T. If t(x w ) = 0,thenp w > (7/3)T which leads to t(x w ) > (6/3)T ; this is contradicting with the definition of job J w. Therefore, we have t(x w ) > 0.Basedonstep (.4) of Algorithm GoS-TL,theprocessingtimeof thejobthat is assigned to x w is larger than (3/6)T since t(x w ) < (/3)T.Combinedwitht(x w ) < (3/3)T,weknowthere is only one job in x w,callitjobj V.SincejobJ V,jobJ w,and t(x w ) need to satisfy p V +p w > 7 3 T, p V +t(x w )> 7 6 T, 7 6 T <t(x w )+p w < 6 3 T, we can get p V > (9/5)T, which implies that t(s ) < (43/5)T. Since there is no job with g j = that will scheduled on the first machine between job J V and J j by Algorithm GoS-TL,combinedwithjobJ j being scheduled on the second machine, we have p V +p j > (7/3)T.Sincep j > (4/3)T, p V, p w,andp j must satisfy p V +p w > 7 3 T, p V +p j > 7 3 T, p w +p j 9 3 T, which implies that > (7/3)T,hence, The proof is completed. (7) (8) t(s ) < (43/5) T (7/3) T = 0 3. (9) Based on Lemma 4 to Lemma 0 and Corollary 5 to Corollary7, we have the following theorem naturally. Theorem. The competitive ratio of Algorithm GoS-TL is 0/3 for P GoS sum lower C max. 5. Optimal Algorithm for P GoS sum high&sum lower C max In this section, we show a lower bound of competitive ratio and present an optimal algorithm for the semi-online version as T and T are known in advance. 5.. Lower Bound of Competitive Ratio Theorem. Any semi-online algorithm for P GoS sum high&sum lower C max has a competitive ratio of at least 4/3. Proof. The theorem will be proved by adversary method. Let T = /3 and T = 5/3 be known in advance. The first job is J = (/3, ). JobJ must be scheduled on the first machine. Then job J = (/3, ) arrives. If job J is scheduled on the second machine, we further generate jobs J 3 = (, ) and J 4 = (/3, ). Inthissituation,wehaveC A 4/3and =since the optimal algorithm will scheduled jobs J, J,andJ 4 onthefirstmachineandscheduledjobj 3 on the second machine. Thus, we have C A / 4/3.Otherwise, if job J is scheduled on the first machine, then we further generate jobs J 3 = (/3, ) and J 4 = (/3, ).Inthissituation, we also have C A 4/3 and = since the optimal algorithm will scheduled jobs J and J 3 on the first machine and scheduled jobs J and J 3 on the second machine. The proof is completed. 5.. Optimal Semi-Online Algorithm GoS-TB. In this subsection, we design an optimal algorithm with a competitive ratio of 4/3. SinceweknowT in advance and all the jobs with g j =must be scheduled on the first machine, therefore, we can regard them as one job, that is, J 0 =(T,). We scheduled job J 0 onthefirstmachineatfirstanddonotneedtocare about the job with g j =later. We present Algorithm GoS-TB as follows. Algorithm GoS-TB () Scheduled J 0 to the first machine and t(s 0 )=T. () Let p j =0for all the jobs with g j =. (3) Suppose that the incoming job is J j and g j =;assign job J j to the first machine. (4) Suppose that the incoming job is J j and g j =. (4.) If t(s )+p j (/3)(T +T ), scheduled it to the first machine. (4.) (Stopping criterion). Suppose t(s ) + p j > (/3)(T +T ). (4..) If t(s j ) > (/3)(T +T ), scheduled job J j and the remaining jobs with GoS = on the second machine and scheduled the remaining jobs with GoS = to the first machine. Stop. (4..) If t(s j ) (/3)(T +T ), scheduled job J j to the second machine, and scheduled the remaining jobs to the first machine. Stop. Theorem 3. The competitive ratio of Algorithm GoS-TH is 4/3 for P GoS sum high&sum lower C max. Proof. Since the job with g j =isscheduledatfirstandwe donotneedtocareaboutthemafterthat.wefocusonthe jobs with g j =.

6 6 The Scientific World Journal Assume job J j is the first job with g j =to make t(s )+ p j > (/3)(T +T ). We prove it by the following two cases. Case (t(s j ) > (/3)(T +T )). In this case, Algorithm GoS-TB schedules job J j and the remaining jobs with GoS = on the second machine. Therefore, t(s ) (/3)(T +T ) and t(s ) T +T t(s ) < (/3)(T +T ).Since (/)(T + T ),wehavec GoS-TH = max{t(s ), t(s )} (/3)(T +T ) (4/3). Case (t(s j ) (/3)(T +T )). In this case, we have p j > (/3)(T +T ). Algorithm GoS-TH will only scheduled job J j onthesecondmachineandscheduledtheremainingjobson the first machine. If p j (/)(T +T ),wehave =p j and t(s ) p j =t(s ). Therefore, C GoS-TH =.Otherwise, (/3)(T +T )<p j < (/)(T +T ), which leads to t(s ) T +T t(s ) < (/3)(T +T ).Hence,wehaveC GoS-TH = max{t(s ), t(s )} (/3)(T +T ) (4/3).Theproofis completed. [9] M.Liu,C.Chu,Y.Xu,andF.Zheng, Semi-onlinescheduling on machines under a grade of service provision with bounded processing times, Combinatorial Optimization, vol.,no.,pp.38 49,0. [0] M. Liu, Y. Xu, C. Chu, and F. Zheng, Online scheduling on two uniform machines to minimize the makespan, Theoretical Computer Science,vol.40,no.-3,pp ,009. [] X. Lu and Z. Liu, Semi-online scheduling problems on two uniform machines under a grade of service provision, Theoretical Computer Science, vol , pp , 03. [] Y. Wu, M. Ji, and Q. Yang, Optimal semi-online scheduling algorithms on two parallel identical machines under a grade of service provision, International Production Economics,vol.35,no.,pp ,0. [3] A.Zhang,Y.Jiang,L.Fan,andJ.Hu, Optimalonlinealgorithms on two hierarchical machines with tighly-grouped processing times, Combinatorial Optimization,03. Conflict of Interests The authors declare that there is no conflict of interests regarding the publication of this paper. Acknowledgments ThisworkissupportedbyNationalNaturalScienceFoundation of China under Grants 7073, , and 7379 and Program for Changjiang Scholars and Innovative Research Team in University under Grant IRT73. References [] H.-C. Hwang, S. Y. Chang, and K. Lee, Parallel machine scheduling under a grade of service provision, Computers and Operations Research,vol.3,no.,pp ,004. [] A.Bar-Noy,A.Freund,andJ.Naor, On-lineloadbalancingina hierarchical server topology, SIAM Journal on Computing,vol. 3, no., pp , 00. [3] J. Ou, J. Y.-T. Leung, and C.-L. Li, Scheduling parallel machines with inclusive processing set restrictions, Naval Research Logistics,vol.55,no.4,pp ,008. [4]M.JiandT.C.E.Cheng, AnFPTASforparallel-machine scheduling under a grade of service provision to minimize makespan, Information Processing Letters, vol. 08, no. 4, pp. 7 74, 008. [5] G. J. Woeginger, A comment on parallel-machine scheduling under a grade of service provision to minimize makespan, Information Processing Letters,vol.09,no.7,pp.34 34,009. [6] Y.Jiang, OnlineschedulingonparallelmachineswithtwoGoS levels, Combinatorial Optimization, vol. 6, no., pp. 8 38, 008. [7] A.Zhang,Y.Jiang,andZ.Tan, Onlineparallelmachinesscheduling with two hierarchies, Theoretical Computer Science, vol. 40, no , pp , 009. [8] J. Park, S. Y. Chang, and K. Lee, Online and semi-online scheduling of two machines under a grade of service provision, Operations Research Letters,vol.34,no.6,pp ,006.

7 Advances in Operations Research Volume 04 Advances in Decision Sciences Volume 04 Applied Mathematics Algebra Volume 04 Probability and Statistics Volume 04 The Scientific World Journal Volume 04 International Differential Equations Volume 04 Volume 04 Submit your manuscripts at International Advances in Combinatorics Mathematical Physics Volume 04 Complex Analysis Volume 04 International Mathematics and Mathematical Sciences Mathematical Problems in Engineering Mathematics Volume 04 Volume 04 Volume 04 Volume 04 Discrete Mathematics Volume 04 Discrete Dynamics in Nature and Society Function Spaces Abstract and Applied Analysis Volume 04 Volume 04 Volume 04 International Stochastic Analysis Optimization Volume 04 Volume 04

An FPTAS for parallel-machine scheduling under a grade of service provision to minimize makespan

An FPTAS for parallel-machine scheduling under a grade of service provision to minimize makespan An FPTAS for parallel-machine scheduling under a grade of service provision to minimize makespan Min Ji 1 College of Computer Science & Information Engineering, Zhejiang Gongshang University, Hangzhou

More information

Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components

Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components Applied Mathematics Volume 202, Article ID 689820, 3 pages doi:0.55/202/689820 Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components

More information

Online algorithms for parallel job scheduling and strip packing Hurink, J.L.; Paulus, J.J.

Online algorithms for parallel job scheduling and strip packing Hurink, J.L.; Paulus, J.J. Online algorithms for parallel job scheduling and strip packing Hurink, J.L.; Paulus, J.J. Published: 01/01/007 Document Version Publisher s PDF, also known as Version of Record (includes final page, issue

More information

Research Article Applications of Differential Subordination for Argument Estimates of Multivalent Analytic Functions

Research Article Applications of Differential Subordination for Argument Estimates of Multivalent Analytic Functions Abstract and Applied Analysis Volume 04, Article ID 63470, 4 pages http://dx.doi.org/0.55/04/63470 search Article Applications of Differential Subordination for Argument Estimates of Multivalent Analytic

More information

Online Scheduling of Parallel Jobs on Two Machines is 2-Competitive

Online Scheduling of Parallel Jobs on Two Machines is 2-Competitive Online Scheduling of Parallel Jobs on Two Machines is 2-Competitive J.L. Hurink and J.J. Paulus University of Twente, P.O. box 217, 7500AE Enschede, The Netherlands Abstract We consider online scheduling

More information

Research Article On New Wilker-Type Inequalities

Research Article On New Wilker-Type Inequalities International Scholarly Research Network ISRN Mathematical Analysis Volume 2011, Article ID 681702, 7 pages doi:10.5402/2011/681702 Research Article On New Wilker-Type Inequalities Zhengjie Sun and Ling

More information

Research Article A New Global Optimization Algorithm for Solving Generalized Geometric Programming

Research Article A New Global Optimization Algorithm for Solving Generalized Geometric Programming Mathematical Problems in Engineering Volume 2010, Article ID 346965, 12 pages doi:10.1155/2010/346965 Research Article A New Global Optimization Algorithm for Solving Generalized Geometric Programming

More information

Research Article Batch Scheduling on Two-Machine Flowshop with Machine-Dependent Setup Times

Research Article Batch Scheduling on Two-Machine Flowshop with Machine-Dependent Setup Times Advances in Operations Research Volume 2009, Article ID 153910, 10 pages doi:10.1155/2009/153910 Research Article Batch Scheduling on Two-Machine Flowshop with Machine-Dependent Setup Times Lika Ben-Dati,

More information

Research Article Existence and Duality of Generalized ε-vector Equilibrium Problems

Research Article Existence and Duality of Generalized ε-vector Equilibrium Problems Applied Mathematics Volume 2012, Article ID 674512, 13 pages doi:10.1155/2012/674512 Research Article Existence and Duality of Generalized ε-vector Equilibrium Problems Hong-Yong Fu, Bin Dan, and Xiang-Yu

More information

Research Article Some Results on Characterizations of Matrix Partial Orderings

Research Article Some Results on Characterizations of Matrix Partial Orderings Applied Mathematics, Article ID 408457, 6 pages http://dx.doi.org/10.1155/2014/408457 Research Article Some Results on Characterizations of Matrix Partial Orderings Hongxing Wang and Jin Xu Department

More information

The canadian traveller problem and its competitive analysis

The canadian traveller problem and its competitive analysis J Comb Optim (2009) 18: 195 205 DOI 10.1007/s10878-008-9156-y The canadian traveller problem and its competitive analysis Yinfeng Xu Maolin Hu Bing Su Binhai Zhu Zhijun Zhu Published online: 9 April 2008

More information

Research Article Fixed Point Theorems of Quasicontractions on Cone Metric Spaces with Banach Algebras

Research Article Fixed Point Theorems of Quasicontractions on Cone Metric Spaces with Banach Algebras Abstract and Applied Analysis Volume 2013, Article ID 187348, 5 pages http://dx.doi.org/10.1155/2013/187348 Research Article Fixed Point Theorems of Quasicontractions on Cone Metric Spaces with Banach

More information

Research Article The Entanglement of Independent Quantum Systems

Research Article The Entanglement of Independent Quantum Systems Advances in Mathematical Physics Volume 2012, Article ID 104856, 6 pages doi:10.1155/2012/104856 Research Article The Entanglement of Independent Quantum Systems Shuilin Jin 1 and Li Xu 2 1 Department

More information

Research Article Circle-Uniqueness of Pythagorean Orthogonality in Normed Linear Spaces

Research Article Circle-Uniqueness of Pythagorean Orthogonality in Normed Linear Spaces Function Spaces, Article ID 634842, 4 pages http://dx.doi.org/10.1155/2014/634842 Research Article Circle-Uniqueness of Pythagorean Orthogonality in Normed Linear Spaces Senlin Wu, Xinjian Dong, and Dan

More information

Research Article An Iterative Algorithm for the Split Equality and Multiple-Sets Split Equality Problem

Research Article An Iterative Algorithm for the Split Equality and Multiple-Sets Split Equality Problem Abstract and Applied Analysis, Article ID 60813, 5 pages http://dx.doi.org/10.1155/014/60813 Research Article An Iterative Algorithm for the Split Equality and Multiple-Sets Split Equality Problem Luoyi

More information

Research Article Constrained Solutions of a System of Matrix Equations

Research Article Constrained Solutions of a System of Matrix Equations Journal of Applied Mathematics Volume 2012, Article ID 471573, 19 pages doi:10.1155/2012/471573 Research Article Constrained Solutions of a System of Matrix Equations Qing-Wen Wang 1 and Juan Yu 1, 2 1

More information

Research Article Existence and Uniqueness of Homoclinic Solution for a Class of Nonlinear Second-Order Differential Equations

Research Article Existence and Uniqueness of Homoclinic Solution for a Class of Nonlinear Second-Order Differential Equations Applied Mathematics Volume 2012, Article ID 615303, 13 pages doi:10.1155/2012/615303 Research Article Existence and Uniqueness of Homoclinic Solution for a Class of Nonlinear Second-Order Differential

More information

Research Article Applying GG-Convex Function to Hermite-Hadamard Inequalities Involving Hadamard Fractional Integrals

Research Article Applying GG-Convex Function to Hermite-Hadamard Inequalities Involving Hadamard Fractional Integrals International Journal of Mathematics and Mathematical Sciences Volume 4, Article ID 3635, pages http://dx.doi.org/.55/4/3635 Research Article Applying GG-Convex Function to Hermite-Hadamard Inequalities

More information

Research Article A Characterization of E-Benson Proper Efficiency via Nonlinear Scalarization in Vector Optimization

Research Article A Characterization of E-Benson Proper Efficiency via Nonlinear Scalarization in Vector Optimization Applied Mathematics, Article ID 649756, 5 pages http://dx.doi.org/10.1155/2014/649756 Research Article A Characterization of E-Benson Proper Efficiency via Nonlinear Scalarization in Vector Optimization

More information

Research Article A Note on Optimality Conditions for DC Programs Involving Composite Functions

Research Article A Note on Optimality Conditions for DC Programs Involving Composite Functions Abstract and Applied Analysis, Article ID 203467, 6 pages http://dx.doi.org/10.1155/2014/203467 Research Article A Note on Optimality Conditions for DC Programs Involving Composite Functions Xiang-Kai

More information

Research Article Existence of Positive Solutions for a Kind of Fractional Boundary Value Problems

Research Article Existence of Positive Solutions for a Kind of Fractional Boundary Value Problems Abstract and Applied Analysis Volume 24 Article ID 6264 8 pages http://dx.doi.org/.55/24/6264 Research Article Existence of Positive Solutions for a Kind of Fractional Boundary Value Problems Hongjie Liu

More information

Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field

Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field Complexity, Article ID 6235649, 9 pages https://doi.org/10.1155/2018/6235649 Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field Jinwang Liu, Dongmei

More information

Research Article Strong Convergence of a Projected Gradient Method

Research Article Strong Convergence of a Projected Gradient Method Applied Mathematics Volume 2012, Article ID 410137, 10 pages doi:10.1155/2012/410137 Research Article Strong Convergence of a Projected Gradient Method Shunhou Fan and Yonghong Yao Department of Mathematics,

More information

Research Article Convergence Theorems for Infinite Family of Multivalued Quasi-Nonexpansive Mappings in Uniformly Convex Banach Spaces

Research Article Convergence Theorems for Infinite Family of Multivalued Quasi-Nonexpansive Mappings in Uniformly Convex Banach Spaces Abstract and Applied Analysis Volume 2012, Article ID 435790, 6 pages doi:10.1155/2012/435790 Research Article Convergence Theorems for Infinite Family of Multivalued Quasi-Nonexpansive Mappings in Uniformly

More information

Research Article New Oscillation Criteria for Second-Order Neutral Delay Differential Equations with Positive and Negative Coefficients

Research Article New Oscillation Criteria for Second-Order Neutral Delay Differential Equations with Positive and Negative Coefficients Abstract and Applied Analysis Volume 2010, Article ID 564068, 11 pages doi:10.1155/2010/564068 Research Article New Oscillation Criteria for Second-Order Neutral Delay Differential Equations with Positive

More information

Research Article Rota-Baxter Operators on 3-Dimensional Lie Algebras and the Classical R-Matrices

Research Article Rota-Baxter Operators on 3-Dimensional Lie Algebras and the Classical R-Matrices Hindawi Advances in Mathematical Physics Volume 07, Article ID 680, 7 pages https://doi.org/0.55/07/680 Research Article Rota-Baxter Operators on 3-Dimensional Lie Algebras and the Classical R-Matrices

More information

Research Article Uniqueness Theorems on Difference Monomials of Entire Functions

Research Article Uniqueness Theorems on Difference Monomials of Entire Functions Abstract and Applied Analysis Volume 202, Article ID 40735, 8 pages doi:0.55/202/40735 Research Article Uniqueness Theorems on Difference Monomials of Entire Functions Gang Wang, Deng-li Han, 2 and Zhi-Tao

More information

Research Article An Optimization Model of the Single-Leg Air Cargo Space Control Based on Markov Decision Process

Research Article An Optimization Model of the Single-Leg Air Cargo Space Control Based on Markov Decision Process Applied Mathematics Volume 2012, Article ID 235706, 7 pages doi:10.1155/2012/235706 Research Article An Optimization Model of the Single-Leg Air Cargo Space Control Based on Markov Decision Process Chun-rong

More information

A lower bound on deterministic online algorithms for scheduling on related machines without preemption

A lower bound on deterministic online algorithms for scheduling on related machines without preemption Theory of Computing Systems manuscript No. (will be inserted by the editor) A lower bound on deterministic online algorithms for scheduling on related machines without preemption Tomáš Ebenlendr Jiří Sgall

More information

Research Article The Characterization of the Variational Minimizers for Spatial Restricted N+1-Body Problems

Research Article The Characterization of the Variational Minimizers for Spatial Restricted N+1-Body Problems Abstract and Applied Analysis Volume 23, Article ID 845795, 5 pages http://dx.doi.org/.55/23/845795 Research Article he Characterization of the Variational Minimizers for Spatial Restricted +-Body Problems

More information

Research Article Improved Estimators of the Mean of a Normal Distribution with a Known Coefficient of Variation

Research Article Improved Estimators of the Mean of a Normal Distribution with a Known Coefficient of Variation Probability and Statistics Volume 2012, Article ID 807045, 5 pages doi:10.1155/2012/807045 Research Article Improved Estimators of the Mean of a Normal Distribution with a Known Coefficient of Variation

More information

Research Article An Inverse Eigenvalue Problem for Jacobi Matrices

Research Article An Inverse Eigenvalue Problem for Jacobi Matrices Mathematical Problems in Engineering Volume 2011 Article ID 571781 11 pages doi:10.1155/2011/571781 Research Article An Inverse Eigenvalue Problem for Jacobi Matrices Zhengsheng Wang 1 and Baoiang Zhong

More information

Research Article Another Aspect of Triangle Inequality

Research Article Another Aspect of Triangle Inequality International Scholarly Research Network ISRN Mathematical Analysis Volume 2011, Article ID 514184, 5 pages doi:10.5402/2011/514184 Research Article Another Aspect of Triangle Inequality Kichi-Suke Saito,

More information

Research Article Global Existence and Boundedness of Solutions to a Second-Order Nonlinear Differential System

Research Article Global Existence and Boundedness of Solutions to a Second-Order Nonlinear Differential System Applied Mathematics Volume 212, Article ID 63783, 12 pages doi:1.1155/212/63783 Research Article Global Existence and Boundedness of Solutions to a Second-Order Nonlinear Differential System Changjian

More information

Research Article Unicity of Entire Functions concerning Shifts and Difference Operators

Research Article Unicity of Entire Functions concerning Shifts and Difference Operators Abstract and Applied Analysis Volume 204, Article ID 38090, 5 pages http://dx.doi.org/0.55/204/38090 Research Article Unicity of Entire Functions concerning Shifts and Difference Operators Dan Liu, Degui

More information

Research Article Solvability of a Class of Integral Inclusions

Research Article Solvability of a Class of Integral Inclusions Abstract and Applied Analysis Volume 212, Article ID 21327, 12 pages doi:1.1155/212/21327 Research Article Solvability of a Class of Integral Inclusions Ying Chen and Shihuang Hong Institute of Applied

More information

Properties for the Perron complement of three known subclasses of H-matrices

Properties for the Perron complement of three known subclasses of H-matrices Wang et al Journal of Inequalities and Applications 2015) 2015:9 DOI 101186/s13660-014-0531-1 R E S E A R C H Open Access Properties for the Perron complement of three known subclasses of H-matrices Leilei

More information

Research Article Completing a 2 2Block Matrix of Real Quaternions with a Partial Specified Inverse

Research Article Completing a 2 2Block Matrix of Real Quaternions with a Partial Specified Inverse Applied Mathematics Volume 0, Article ID 7978, 5 pages http://dx.doi.org/0.55/0/7978 Research Article Completing a Block Matrix of Real Quaternions with a Partial Specified Inverse Yong Lin, and Qing-Wen

More information

Research Article Identifying a Global Optimizer with Filled Function for Nonlinear Integer Programming

Research Article Identifying a Global Optimizer with Filled Function for Nonlinear Integer Programming Discrete Dynamics in Nature and Society Volume 20, Article ID 7697, pages doi:0.55/20/7697 Research Article Identifying a Global Optimizer with Filled Function for Nonlinear Integer Programming Wei-Xiang

More information

Research Article Two Different Classes of Wronskian Conditions to a (3 + 1)-Dimensional Generalized Shallow Water Equation

Research Article Two Different Classes of Wronskian Conditions to a (3 + 1)-Dimensional Generalized Shallow Water Equation International Scholarly Research Network ISRN Mathematical Analysis Volume 2012 Article ID 384906 10 pages doi:10.5402/2012/384906 Research Article Two Different Classes of Wronskian Conditions to a 3

More information

Research Article On a Quasi-Neutral Approximation to the Incompressible Euler Equations

Research Article On a Quasi-Neutral Approximation to the Incompressible Euler Equations Applied Mathematics Volume 2012, Article ID 957185, 8 pages doi:10.1155/2012/957185 Research Article On a Quasi-Neutral Approximation to the Incompressible Euler Equations Jianwei Yang and Zhitao Zhuang

More information

Research Article Translative Packing of Unit Squares into Squares

Research Article Translative Packing of Unit Squares into Squares International Mathematics and Mathematical Sciences Volume 01, Article ID 61301, 7 pages doi:10.1155/01/61301 Research Article Translative Packing of Unit Squares into Squares Janusz Januszewski Institute

More information

Research Article Modified T-F Function Method for Finding Global Minimizer on Unconstrained Optimization

Research Article Modified T-F Function Method for Finding Global Minimizer on Unconstrained Optimization Mathematical Problems in Engineering Volume 2010, Article ID 602831, 11 pages doi:10.1155/2010/602831 Research Article Modified T-F Function Method for Finding Global Minimizer on Unconstrained Optimization

More information

Research Article A Two-Grid Method for Finite Element Solutions of Nonlinear Parabolic Equations

Research Article A Two-Grid Method for Finite Element Solutions of Nonlinear Parabolic Equations Abstract and Applied Analysis Volume 212, Article ID 391918, 11 pages doi:1.1155/212/391918 Research Article A Two-Grid Method for Finite Element Solutions of Nonlinear Parabolic Equations Chuanjun Chen

More information

Research Article Remarks on Asymptotic Centers and Fixed Points

Research Article Remarks on Asymptotic Centers and Fixed Points Abstract and Applied Analysis Volume 2010, Article ID 247402, 5 pages doi:10.1155/2010/247402 Research Article Remarks on Asymptotic Centers and Fixed Points A. Kaewkhao 1 and K. Sokhuma 2 1 Department

More information

Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction inside Contaminated Pipes

Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction inside Contaminated Pipes Mathematical Problems in Engineering, Article ID 517605, 5 pages http://dxdoiorg/101155/2014/517605 Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction

More information

Research Article Existence and Uniqueness Results for Perturbed Neumann Boundary Value Problems

Research Article Existence and Uniqueness Results for Perturbed Neumann Boundary Value Problems Hindawi Publishing Corporation Boundary Value Problems Volume 2, Article ID 4942, pages doi:.55/2/4942 Research Article Existence and Uniqueness Results for Perturbed Neumann Boundary Value Problems Jieming

More information

Research Article A Note on Kantorovich Inequality for Hermite Matrices

Research Article A Note on Kantorovich Inequality for Hermite Matrices Hindawi Publishing Corporation Journal of Inequalities and Applications Volume 0, Article ID 5767, 6 pages doi:0.55/0/5767 Research Article A Note on Kantorovich Inequality for Hermite Matrices Zhibing

More information

Research Article A Nice Separation of Some Seiffert-Type Means by Power Means

Research Article A Nice Separation of Some Seiffert-Type Means by Power Means International Mathematics and Mathematical Sciences Volume 2012, Article ID 40692, 6 pages doi:10.1155/2012/40692 Research Article A Nice Separation of Some Seiffert-Type Means by Power Means Iulia Costin

More information

Research Article Strong Convergence of Parallel Iterative Algorithm with Mean Errors for Two Finite Families of Ćirić Quasi-Contractive Operators

Research Article Strong Convergence of Parallel Iterative Algorithm with Mean Errors for Two Finite Families of Ćirić Quasi-Contractive Operators Abstract and Applied Analysis Volume 01, Article ID 66547, 10 pages doi:10.1155/01/66547 Research Article Strong Convergence of Parallel Iterative Algorithm with Mean Errors for Two Finite Families of

More information

Research Article Almost α-hyponormal Operators with Weyl Spectrum of Area Zero

Research Article Almost α-hyponormal Operators with Weyl Spectrum of Area Zero International Mathematics and Mathematical Sciences Volume 2011, Article ID 801313, 5 pages doi:10.1155/2011/801313 Research Article Almost α-hyponormal Operators with Weyl Spectrum of Area Zero Vasile

More information

Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite Linear Systems

Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite Linear Systems Abstract and Applied Analysis Article ID 237808 pages http://dxdoiorg/055/204/237808 Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite

More information

Research Article Extended Precise Large Deviations of Random Sums in the Presence of END Structure and Consistent Variation

Research Article Extended Precise Large Deviations of Random Sums in the Presence of END Structure and Consistent Variation Applied Mathematics Volume 2012, Article ID 436531, 12 pages doi:10.1155/2012/436531 Research Article Extended Precise Large Deviations of Random Sums in the Presence of END Structure and Consistent Variation

More information

A note on the unique solution of linear complementarity problem

A note on the unique solution of linear complementarity problem COMPUTATIONAL SCIENCE SHORT COMMUNICATION A note on the unique solution of linear complementarity problem Cui-Xia Li 1 and Shi-Liang Wu 1 * Received: 13 June 2016 Accepted: 14 November 2016 First Published:

More information

Research Article Fixed Points of Difference Operator of Meromorphic Functions

Research Article Fixed Points of Difference Operator of Meromorphic Functions e Scientiic World Journal, Article ID 03249, 4 pages http://dx.doi.org/0.55/204/03249 Research Article Fixed Points o Dierence Operator o Meromorphic Functions Zhaojun Wu and Hongyan Xu 2 School o Mathematics

More information

Research Article A New Class of Meromorphic Functions Associated with Spirallike Functions

Research Article A New Class of Meromorphic Functions Associated with Spirallike Functions Applied Mathematics Volume 202, Article ID 49497, 2 pages doi:0.55/202/49497 Research Article A New Class of Meromorphic Functions Associated with Spirallike Functions Lei Shi, Zhi-Gang Wang, and Jing-Ping

More information

Research Article The Existence of Fixed Points for Nonlinear Contractive Maps in Metric Spaces with w-distances

Research Article The Existence of Fixed Points for Nonlinear Contractive Maps in Metric Spaces with w-distances Applied Mathematics Volume 2012, Article ID 161470, 11 pages doi:10.1155/2012/161470 Research Article The Existence of Fixed Points for Nonlinear Contractive Maps in Metric Spaces with w-distances Hossein

More information

Research Article Merrifield-Simmons Index in Random Phenylene Chains and Random Hexagon Chains

Research Article Merrifield-Simmons Index in Random Phenylene Chains and Random Hexagon Chains Discrete Dynamics in Nature and Society Volume 015, Article ID 56896, 7 pages http://dx.doi.org/10.1155/015/56896 Research Article Merrifield-Simmons Index in Random Phenylene Chains and Random Hexagon

More information

Research Article Solving the Matrix Nearness Problem in the Maximum Norm by Applying a Projection and Contraction Method

Research Article Solving the Matrix Nearness Problem in the Maximum Norm by Applying a Projection and Contraction Method Advances in Operations Research Volume 01, Article ID 357954, 15 pages doi:10.1155/01/357954 Research Article Solving the Matrix Nearness Problem in the Maximum Norm by Applying a Projection and Contraction

More information

Research Article Existence of Periodic Positive Solutions for Abstract Difference Equations

Research Article Existence of Periodic Positive Solutions for Abstract Difference Equations Discrete Dynamics in Nature and Society Volume 2011, Article ID 870164, 7 pages doi:10.1155/2011/870164 Research Article Existence of Periodic Positive Solutions for Abstract Difference Equations Shugui

More information

Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant

Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant Advances in Numerical Analysis Volume 2011, Article ID 593548, 6 pages doi:10.1155/2011/593548 Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant F. N. Valvi Department

More information

Research Article A New Roper-Suffridge Extension Operator on a Reinhardt Domain

Research Article A New Roper-Suffridge Extension Operator on a Reinhardt Domain Abstract and Applied Analysis Volume 2011, Article ID 865496, 14 pages doi:10.1155/2011/865496 Research Article A New Roper-Suffridge Extension Operator on a Reinhardt Domain Jianfei Wang and Cailing Gao

More information

Research Article Solvability for a Coupled System of Fractional Integrodifferential Equations with m-point Boundary Conditions on the Half-Line

Research Article Solvability for a Coupled System of Fractional Integrodifferential Equations with m-point Boundary Conditions on the Half-Line Abstract and Applied Analysis Volume 24, Article ID 29734, 7 pages http://dx.doi.org/.55/24/29734 Research Article Solvability for a Coupled System of Fractional Integrodifferential Equations with m-point

More information

Research Article Remarks on the Regularity Criterion of the Navier-Stokes Equations with Nonlinear Damping

Research Article Remarks on the Regularity Criterion of the Navier-Stokes Equations with Nonlinear Damping Mathematical Problems in Engineering Volume 15, Article ID 194, 5 pages http://dx.doi.org/1.1155/15/194 Research Article Remarks on the Regularity Criterion of the Navier-Stokes Equations with Nonlinear

More information

Research Article Tight Representations of 0-E-Unitary Inverse Semigroups

Research Article Tight Representations of 0-E-Unitary Inverse Semigroups Abstract and Applied Analysis Volume 2011, Article ID 353584, 6 pages doi:10.1155/2011/353584 Research Article Tight Representations of 0-E-Unitary Inverse Semigroups Bahman Tabatabaie Shourijeh and Asghar

More information

Research Article Nonlinear Conjugate Gradient Methods with Wolfe Type Line Search

Research Article Nonlinear Conjugate Gradient Methods with Wolfe Type Line Search Abstract and Applied Analysis Volume 013, Article ID 74815, 5 pages http://dx.doi.org/10.1155/013/74815 Research Article Nonlinear Conjugate Gradient Methods with Wolfe Type Line Search Yuan-Yuan Chen

More information

Research Article Adaptive Control of Chaos in Chua s Circuit

Research Article Adaptive Control of Chaos in Chua s Circuit Mathematical Problems in Engineering Volume 2011, Article ID 620946, 14 pages doi:10.1155/2011/620946 Research Article Adaptive Control of Chaos in Chua s Circuit Weiping Guo and Diantong Liu Institute

More information

Trace inequalities for positive semidefinite matrices with centrosymmetric structure

Trace inequalities for positive semidefinite matrices with centrosymmetric structure Zhao et al Journal of Inequalities pplications 1, 1:6 http://wwwjournalofinequalitiesapplicationscom/content/1/1/6 RESERCH Trace inequalities for positive semidefinite matrices with centrosymmetric structure

More information

KingSaudBinAbdulazizUniversityforHealthScience,Riyadh11481,SaudiArabia. Correspondence should be addressed to Raghib Abu-Saris;

KingSaudBinAbdulazizUniversityforHealthScience,Riyadh11481,SaudiArabia. Correspondence should be addressed to Raghib Abu-Saris; Chaos Volume 26, Article ID 49252, 7 pages http://dx.doi.org/.55/26/49252 Research Article On Matrix Projective Synchronization and Inverse Matrix Projective Synchronization for Different and Identical

More information

Research Article The Solution Set Characterization and Error Bound for the Extended Mixed Linear Complementarity Problem

Research Article The Solution Set Characterization and Error Bound for the Extended Mixed Linear Complementarity Problem Journal of Applied Mathematics Volume 2012, Article ID 219478, 15 pages doi:10.1155/2012/219478 Research Article The Solution Set Characterization and Error Bound for the Extended Mixed Linear Complementarity

More information

Research Article Efficient Estimators Using Auxiliary Variable under Second Order Approximation in Simple Random Sampling and Two-Phase Sampling

Research Article Efficient Estimators Using Auxiliary Variable under Second Order Approximation in Simple Random Sampling and Two-Phase Sampling Advances in Statistics, Article ID 974604, 9 pages http://dx.doi.org/0.55/204/974604 Research Article Efficient Estimators Using Auxiliary Variable under Second Order Approximation in Simple Random Sampling

More information

Research Article An Unbiased Two-Parameter Estimation with Prior Information in Linear Regression Model

Research Article An Unbiased Two-Parameter Estimation with Prior Information in Linear Regression Model e Scientific World Journal, Article ID 206943, 8 pages http://dx.doi.org/10.1155/2014/206943 Research Article An Unbiased Two-Parameter Estimation with Prior Information in Linear Regression Model Jibo

More information

ONLINE SCHEDULING OF MALLEABLE PARALLEL JOBS

ONLINE SCHEDULING OF MALLEABLE PARALLEL JOBS ONLINE SCHEDULING OF MALLEABLE PARALLEL JOBS Richard A. Dutton and Weizhen Mao Department of Computer Science The College of William and Mary P.O. Box 795 Williamsburg, VA 2317-795, USA email: {radutt,wm}@cs.wm.edu

More information

Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving Ordinary Differential Equations

Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving Ordinary Differential Equations International Mathematics and Mathematical Sciences Volume 212, Article ID 767328, 8 pages doi:1.1155/212/767328 Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving

More information

Research Article A Generalization of Ćirić Quasicontractions

Research Article A Generalization of Ćirić Quasicontractions Abstract and Applied Analysis Volume 2012, Article ID 518734, 9 pages doi:10.1155/2012/518734 Research Article A Generalization of Ćirić Quasicontractions Erdal Karapınar, 1 Kieu Phuong Chi, 2 and Tran

More information

Research Article Coefficient Estimates for Two New Subclasses of Biunivalent Functions with respect to Symmetric Points

Research Article Coefficient Estimates for Two New Subclasses of Biunivalent Functions with respect to Symmetric Points Function Spaces Volume 2015 Article ID 145242 5 pages http://dx.doi.org/10.1155/2015/145242 Research Article Coefficient Estimates for Two New Subclasses of Biunivalent Functions with respect to Symmetric

More information

Research Article Some Generalizations of Fixed Point Results for Multivalued Contraction Mappings

Research Article Some Generalizations of Fixed Point Results for Multivalued Contraction Mappings International Scholarly Research Network ISRN Mathematical Analysis Volume 2011, Article ID 924396, 13 pages doi:10.5402/2011/924396 Research Article Some Generalizations of Fixed Point Results for Multivalued

More information

Research Article New Partition Theoretic Interpretations of Rogers-Ramanujan Identities

Research Article New Partition Theoretic Interpretations of Rogers-Ramanujan Identities International Combinatorics Volume 2012, Article ID 409505, 6 pages doi:10.1155/2012/409505 Research Article New Partition Theoretic Interpretations of Rogers-Ramanujan Identities A. K. Agarwal and M.

More information

Research Article Certain Subclasses of Multivalent Functions Defined by Higher-Order Derivative

Research Article Certain Subclasses of Multivalent Functions Defined by Higher-Order Derivative Hindawi Function Spaces Volume 217 Article ID 5739196 6 pages https://doi.org/1.1155/217/5739196 Research Article Certain Subclasses of Multivalent Functions Defined by Higher-Order Derivative Xiaofei

More information

Strong convergence theorems for total quasi-ϕasymptotically

Strong convergence theorems for total quasi-ϕasymptotically RESEARCH Open Access Strong convergence theorems for total quasi-ϕasymptotically nonexpansive multi-valued mappings in Banach spaces Jinfang Tang 1 and Shih-sen Chang 2* * Correspondence: changss@yahoo.

More information

Research Article Partial Pole Placement in LMI Region

Research Article Partial Pole Placement in LMI Region Control Science and Engineering Article ID 84128 5 pages http://dxdoiorg/11155/214/84128 Research Article Partial Pole Placement in LMI Region Liuli Ou 1 Shaobo Han 2 Yongji Wang 1 Shuai Dong 1 and Lei

More information

Research Article Taylor s Expansion Revisited: A General Formula for the Remainder

Research Article Taylor s Expansion Revisited: A General Formula for the Remainder International Mathematics and Mathematical Sciences Volume 2012, Article ID 645736, 5 pages doi:10.1155/2012/645736 Research Article Taylor s Expansion Revisited: A General Formula for the Remainder José

More information

Research Article Bounds of Solutions of Integrodifferential Equations

Research Article Bounds of Solutions of Integrodifferential Equations Abstract and Applied Analysis Volume 211, Article ID 571795, 7 pages doi:1.1155/211/571795 Research Article Bounds of Solutions of Integrodifferential Equations Zdeněk Šmarda Department of Mathematics,

More information

Research Article Statistical Tests for the Reciprocal of a Normal Mean with a Known Coefficient of Variation

Research Article Statistical Tests for the Reciprocal of a Normal Mean with a Known Coefficient of Variation Probability and Statistics Volume 2015, Article ID 723924, 5 pages http://dx.doi.org/10.1155/2015/723924 Research Article Statistical Tests for the Reciprocal of a Normal Mean with a Known Coefficient

More information

A Robust APTAS for the Classical Bin Packing Problem

A Robust APTAS for the Classical Bin Packing Problem A Robust APTAS for the Classical Bin Packing Problem Leah Epstein 1 and Asaf Levin 2 1 Department of Mathematics, University of Haifa, 31905 Haifa, Israel. Email: lea@math.haifa.ac.il 2 Department of Statistics,

More information

Research Article r-costar Pair of Contravariant Functors

Research Article r-costar Pair of Contravariant Functors International Mathematics and Mathematical Sciences Volume 2012, Article ID 481909, 8 pages doi:10.1155/2012/481909 Research Article r-costar Pair of Contravariant Functors S. Al-Nofayee Department of

More information

Research Article Online Scheduling on a Single Machine with Grouped Processing Times

Research Article Online Scheduling on a Single Machine with Grouped Processing Times Discrete Dynamics in Nature and Society Volume 2015, Article ID 805294, 7 pages http://dx.doi.org/10.1155/2015/805294 Research Article Online Scheduling on a Single Machine with Grouped Processing Times

More information

Research Article On Prime Near-Rings with Generalized Derivation

Research Article On Prime Near-Rings with Generalized Derivation International Mathematics and Mathematical Sciences Volume 2008, Article ID 490316, 5 pages doi:10.1155/2008/490316 Research Article On Prime Near-Rings with Generalized Derivation Howard E. Bell Department

More information

Research Article Implicative Ideals of BCK-Algebras Based on the Fuzzy Sets and the Theory of Falling Shadows

Research Article Implicative Ideals of BCK-Algebras Based on the Fuzzy Sets and the Theory of Falling Shadows International Mathematics and Mathematical Sciences Volume 2010, Article ID 819463, 11 pages doi:10.1155/2010/819463 Research Article Implicative Ideals of BCK-Algebras Based on the Fuzzy Sets and the

More information

Research Article Wave Scattering in Inhomogeneous Strings

Research Article Wave Scattering in Inhomogeneous Strings International Scholarly Research Network ISRN Mathematical Analysis Volume 011, Article ID 64049, 14 pages doi:10.540/011/64049 Research Article Wave Scattering in Inhomogeneous Strings Nezam Iraniparast

More information

Research Article Frequent Oscillatory Behavior of Delay Partial Difference Equations with Positive and Negative Coefficients

Research Article Frequent Oscillatory Behavior of Delay Partial Difference Equations with Positive and Negative Coefficients Hindawi Publishing Corporation Advances in Difference Equations Volume 2010, Article ID 606149, 15 pages doi:10.1155/2010/606149 Research Article Frequent Oscillatory Behavior of Delay Partial Difference

More information

Research Article DNA Optimization Threshold Autoregressive Prediction Model and Its Application in Ice Condition Time Series

Research Article DNA Optimization Threshold Autoregressive Prediction Model and Its Application in Ice Condition Time Series Mathematical Problems in Engineering Volume 2012, Article ID 191902, 10 pages doi:10.1155/2012/191902 Research Article DNA Optimization Threshold Autoregressive Prediction Model and Its Application in

More information

Research Article Sunlet Decomposition of Certain Equipartite Graphs

Research Article Sunlet Decomposition of Certain Equipartite Graphs International Combinatorics Volume 2013, Article ID 907249, 4 pages http://dx.doi.org/10.1155/2013/907249 Research Article Sunlet Decomposition of Certain Equipartite Graphs Abolape D. Akwu 1 and Deborah

More information

Research Article Some New Generalized Integral Inequalities for GA-s-Convex Functions via Hadamard Fractional Integrals

Research Article Some New Generalized Integral Inequalities for GA-s-Convex Functions via Hadamard Fractional Integrals Chinese Mathematics Volume 26, Article ID 43686, 8 pages http://dx.doi.org/.55/26/43686 Research Article Some New Generalized Integral Ineualities for GA-s-Convex Functions via Hadamard Fractional Integrals

More information

On-line Scheduling to Minimize Max Flow Time: An Optimal Preemptive Algorithm

On-line Scheduling to Minimize Max Flow Time: An Optimal Preemptive Algorithm On-line Scheduling to Minimize Max Flow Time: An Optimal Preemptive Algorithm Christoph Ambühl and Monaldo Mastrolilli IDSIA Galleria 2, CH-6928 Manno, Switzerland October 22, 2004 Abstract We investigate

More information

Algorithm Design. Scheduling Algorithms. Part 2. Parallel machines. Open-shop Scheduling. Job-shop Scheduling.

Algorithm Design. Scheduling Algorithms. Part 2. Parallel machines. Open-shop Scheduling. Job-shop Scheduling. Algorithm Design Scheduling Algorithms Part 2 Parallel machines. Open-shop Scheduling. Job-shop Scheduling. 1 Parallel Machines n jobs need to be scheduled on m machines, M 1,M 2,,M m. Each machine can

More information

Research Article Finite Iterative Algorithm for Solving a Complex of Conjugate and Transpose Matrix Equation

Research Article Finite Iterative Algorithm for Solving a Complex of Conjugate and Transpose Matrix Equation indawi Publishing Corporation Discrete Mathematics Volume 013, Article ID 17063, 13 pages http://dx.doi.org/10.1155/013/17063 Research Article Finite Iterative Algorithm for Solving a Complex of Conjugate

More information

bound of (1 + p 37)=6 1: Finally, we present a randomized non-preemptive 8 -competitive algorithm for m = 2 7 machines and prove that this is op

bound of (1 + p 37)=6 1: Finally, we present a randomized non-preemptive 8 -competitive algorithm for m = 2 7 machines and prove that this is op Semi-online scheduling with decreasing job sizes Steve Seiden Jir Sgall y Gerhard Woeginger z October 27, 1998 Abstract We investigate the problem of semi-online scheduling jobs on m identical parallel

More information

Research Article Mean Square Stability of Impulsive Stochastic Differential Systems

Research Article Mean Square Stability of Impulsive Stochastic Differential Systems International Differential Equations Volume 011, Article ID 613695, 13 pages doi:10.1155/011/613695 Research Article Mean Square Stability of Impulsive Stochastic Differential Systems Shujie Yang, Bao

More information

How much can lookahead help in online single machine scheduling

How much can lookahead help in online single machine scheduling JID:IPL AID:3753 /SCO [m3+; v 1.80; Prn:16/11/2007; 10:54] P.1 (1-5) Information Processing Letters ( ) www.elsevier.com/locate/ipl How much can lookahead help in online single machine scheduling Feifeng

More information