<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">AM</journal-id><journal-title-group><journal-title>Applied Mathematics</journal-title></journal-title-group><issn pub-type="epub">2152-7385</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/am.2019.1011066</article-id><article-id pub-id-type="publisher-id">AM-96315</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Physics&amp;Mathematics</subject></subj-group></article-categories><title-group><article-title>
 
 
  &lt;i&gt;LPT&lt;/i&gt; Algorithm for Jobs with Similar Sizes on Three Machines
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Yajie</surname><given-names>Ma</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Rongheng</surname><given-names>Li</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Yunxia</surname><given-names>Zhou</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>Key Laboratory of Computing and Stochastic Mathematics (Ministry of Education), School of Mathematics and Statistics, Hunan Normal University, Changsha, China</addr-line></aff><aff id="aff2"><addr-line>College of Information Science and Engineering, Hunan Normal University, Changsha, China</addr-line></aff><pub-date pub-type="epub"><day>24</day><month>10</month><year>2019</year></pub-date><volume>10</volume><issue>11</issue><fpage>947</fpage><lpage>955</lpage><history><date date-type="received"><day>18,</day>	<month>October</month>	<year>2019</year></date><date date-type="rev-recd"><day>8,</day>	<month>November</month>	<year>2019</year>	</date><date date-type="accepted"><day>11,</day>	<month>November</month>	<year>2019</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  In this paper, 
  <em>LPT</em> (largest processing time) algorithm is considered for scheduling jobs with similar sizes on three machines. The objective function is to minimize the maximum completion time of all machines. The worst case performance ratio of the 
  <em>LPT</em> algorithm is given as a piecewise linear function of 
  <em>r</em> if job sizes fall in [1, 
  <em>r</em>]. Our result is better than the existing result. Furthermore, the ratio given here is the best. That means our result cannot be improved any more.
 
</p></abstract><kwd-group><kwd>&lt;i&gt;LPT&lt;/i&gt; Algorithm</kwd><kwd> Parallel Machine</kwd><kwd> Performance Ratio</kwd><kwd> Schedule</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>The scheduling problem on m parallel identical machines is defined as follows: Given a job set L = { J 1 , J 2 , ⋯ , J n } of n jobs where job J j has non-negative processing time p j , assign the jobs on m machines { M 1 , M 2 , ⋯ , M m } so as to minimize the maximum completion times of the jobs on each machine. Since scheduling problem was proposed by Graham [<xref ref-type="bibr" rid="scirp.96315-ref1">1</xref>], it has been studied extensively in many varieties and from many viewpoints. In classic scheduling problem, there is no constraint on the size of jobs. However, in practice, the size of job can neither be too large nor too small. This motivates researchers to study scheduling problems in which the sizes of all jobs fall in [ 1, r ] with r ≥ 1 . Researches of such model can be found in [<xref ref-type="bibr" rid="scirp.96315-ref2">2</xref>] - [<xref ref-type="bibr" rid="scirp.96315-ref9">9</xref>] to name a few.</p><p>LPT (Largest Processing Time) algorithm is a famous algorithm proposed by Graham [<xref ref-type="bibr" rid="scirp.96315-ref10">10</xref>]. For a given job list L = { J 1 , J 2 , ⋯ , J n } of n jobs, LPT algorithm firstly sorts the jobs with a non-increasing order of their sizes. Then LPT algorithm assigns the jobs one by one according to the non-increasing order and always assigns the current job to the machine with least load. The worst case</p><p>performance ratio of LPT is 4 3 − 1 3 m . H.Kellerer [<xref ref-type="bibr" rid="scirp.96315-ref9">9</xref>] gave the following result.</p><p>R ( m , L P T , μ ) ≤ ( m ( 2 k − 2 ) − μ ( k − 2 ) k m for     μ ∈ [ 1 + m ( k − 3 ) k − 2 , m ( k 2 − 2 k − 2 ) + k ( k − 2 ) ( k + 1 ) ] ( k + 2 ) m − 1 ( k + 1 ) m for     μ ∈ [ m ( k 2 − 2 k − 2 ) + k ( k − 2 ) ( k + 1 ) , 1 + m ( k − 2 ) k − 1 ]</p><p>where k ≥ 3, k ∈ N , p 1 p n = 2 − μ m , ( 1 ≤ μ &lt; m , μ ∈ R ). For μ ≤ ( m + 3 ) / 4 ( k = 3 ) , the bound of ( 4 m − μ ) / 3 m is tight. We use p j ∈ [ 1, r ] with r ≥ 1 instead of p 1 p n = 2 − μ m . Then the tight interval for r is [ 3 2 , 5 3 ] in Kellerer’s result. In this paper, we will give the tight bound as a piecewise linear function of r for m = 3 and all r ≥ 1 .</p></sec><sec id="s2"><title>2. Theorem and Its Proof</title><p>Before the analysis, we give some symbols used later on.</p><p>1) p i ( j ) represents the size of the j-th job assigned on machine M i by LPT algorithm.</p><p>2) S i = { j ≠ n | J j   is assigned on machine   M i   by   L P T   algorithm } .</p><p>3) S i * = { j | J j   is assigned on machine   M i   by optimal algorithm } .</p><p>4) C max L P T , C max O P T represent the makespan of optimal algorithm and LPT algorithm, respectively.</p><p>In the following of this paper, for a given job list L = { J 1 , J 2 , ⋯ , J n } , we always assume p 1 ≥ p 2 ≥ ⋯ ≥ p n and 1 ≤ p j ≤ r , j = 1 , 2 , ⋯ , n .</p><p>Lemma 1 If r &lt; 2 , then in LPT schedule, the difference of the numbers of jobs on any two machines is at most 1.</p><p>Proof: If it is not true, suppose it is the first time that there are k jobs assigned on M h and there are k + 2 jobs assigned on M i in the LPT schedule, then we have</p><p>∑ s = 1 k     p h ( s ) ≥ ∑ s = 1 k + 1     p i ( s ) .</p><p>Hence we get</p><p>p h ( 1 ) ≥ ∑ s = 1 k − 1 ( p i ( s ) − p h ( s + 1 ) ) + p i ( k ) + p i ( k + 1 )</p><p>By the assumption that this is the first time of appearing the case, we have p i ( s ) ≥ p h ( s + 1 ) for s = 1 , 2 , 3 , ⋯ , k − 1 . That means</p><p>p h ( 1 ) ≥ p i ( k ) + p i ( k + 1 ) ≥ 2.</p><p>This is a contradiction to r &lt; 2 .</p><p>By Lemma 1, we can conclude that p i ( s ) ≥ p h ( s + 1 ) for any 1 ≤ i , h ≤ m in the LPT schedule.</p><p>Theorem 2. For any job list L = { J 1 , J 2 , ⋯ , J n } and m = 3 , we have</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ( 11 9 ; r ∈ [ 5 3 , + ∞ ) , ( 2 k + 1 ) r + k + 2 3 k + 3 ; r ∈ [ ( 2 k + 3 ) ( 3 k + 2 ) ( 2 k + 1 ) ( 3 k + 4 ) , 6 k + 5 6 k + 3 ) , 9 k + 14 3 ( 3 k + 4 ) ; r ∈ [ 3 k + 4 3 ( k + 1 ) , ( 2 k + 3 ) ( 3 k + 2 ) ( 2 k + 1 ) ( 3 k + 4 ) ) , 2 ( k + 1 ) r + k + 2 3 k + 4 ; r ∈ [ 1 + 3 k + 4 9 ( k + 1 ) ( k + 2 ) , 3 k + 4 3 ( k + 1 ) ) , 9 k + 20 9 ( k + 2 ) ; r ∈ [ 6 ( k + 1 ) + 5 3 [ 2 ( k + 1 ) + 1 ] , 1 + 3 k + 4 9 ( k + 1 ) ( k + 2 ) ) , 1 ; r = 1 ,</p><p>where k is non-negative integer. Furthermore the bound is tight.</p><p>Proof: Case 1: r ≥ 5 3 . For any m ≥ 1 , Graham [<xref ref-type="bibr" rid="scirp.96315-ref10">10</xref>] proved that</p><p>C max L P T ( L ) C max O P T ( L ) ≤ 4 3 − 1 3 m</p><p>and the quality can hold. We get the conclusion by letting m = 3 .</p><p>For r &lt; 5 3 , if the theorem is not true, then there is a job list L = { J 1 , J 2 , ⋯ , J n } with minimal n such that L violates the theorem. We call such a job list as a minimal counter example. For a minimal counter example, it is easy to show that the last job J n is finished at last. Hence we have</p><p>C max L P T ( L ) C max O P T ( L ) ≤ L 1 + L 2 + L 3 + 3 p n 3 C max O P T ( L ) ≤ ∑ j = 1 n p j + 2 p n 3 C max O P T ( L ) ≤ 1 + 2 p n 3 C max O P T ( L ) , (1)</p><p>Case 2: ( 2 k + 3 ) ( 3 k + 2 ) ( 2 k + 1 ) ( 3 k + 4 ) ≤ r &lt; 6 k + 5 3 ( 2 k + 1 ) .</p><p>In this case, we should prove</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ( 2 k + 1 ) r + k + 2 3 k + 3 . (2)</p><p>If (2) is not true, by (1) we get</p><p>( 2 k + 1 ) r + k + 2 3 k + 3 &lt; C max L P T ( L ) C max O P T ( L ) ≤ 1 + 2 p n 3 C max O P T ( L ) .</p><p>That means</p><p>C max O P T ( L ) &lt; 2 ( k + 1 ) p n ( 2 k + 1 ) ( r − 1 ) ≤ ( 3 k + 4 ) p n .</p><p>Hence we get n ≤ 9 k + 9 .</p><p>Case 2.1: n = 9 k + 9 .</p><p>In this case we have | S 1 | = | S 2 | = 3 k + 3 , | S 3 | = 3 k + 2 , | S 1 * | = | S 2 * | = | S 3 * | = 3 k + 3 . It is easy to see that there exists i ∈ { 1,2,3 } satisfying | S i * ∩ S 3 | ≥ k + 1 . Without loss of generality, suppose | S 1 * ∩ S 3 | ≥ k + 1 , then | S 3 \ S 1 * | ≤ 2 k + 1 . Therefore we get</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ∑ j ∈ S 3 p j + p n ∑ j ∈ S 1 * p j = ∑ j ∈ S 3 ∩ S 1 * p j + ∑ j ∈ S 3 \ S 1 * p j + 1 ∑ j ∈ S 3 ∩ S 1 * p j + ∑ j ∈ S 1 * \ S 3 p j ≤ | S 3 ∩ S 1 * | + | S 3 \ S 1 * | r + 1 | S 3 ∩ S 1 * | + | S 1 * \ S 3 | = | S 3 | + | S 3 \ S 1 * | ( r − 1 ) + 1 | S 1 * | ≤ ( 2 k + 1 ) r + k + 2 3 k + 3 .</p><p>Similarly we can get (2) for the case of n = 9 k + 7 , 9 k + 8 .</p><p>Case 2.2: n = 3 k ′ + 1 , k ′ ≤ 3 k + 1 .</p><p>Let | S 1 | = | S 2 | = | S 3 | = k ′ , | S 1 * | = | S 2 * | = k ′ , | S 3 * | = k ′ + 1 , or | S 1 * | = k ′ − 1 , | S 2 * | = | S 3 * | = k ′ + 1 . At any case | S 3 * | = k ′ + 1 holds and there exists i ∈ { 1,2,3 } satisfying | S i ∩ S 3 * | ≥ k ′ + 1 3 . W.l.o.g, suppose | S 1 ∩ S 3 * | ≥ k ′ + 1 3 , then | S 1 \ S 3 * | ≤ 2 k ′ − 1 3 . Hence we get</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ∑ j ∈ S 1 p j + p n ∑ j ∈ S 3 * p j = ∑ j ∈ S 1 ∩ S 3 * p j + ∑ j ∈ S 1 \ S 3 * p j + 1 ∑ j ∈ S 1 ∩ S 3 * p j + ∑ j ∈ S 3 * \ S 1 p j ≤ | S 1 ∩ S 3 * | + | S 1 \ S 3 * | r + 1 | S 1 ∩ S 3 * | + | S 3 * \ S 1 | = | S 1 \ S 3 * | ( r − 1 ) + | S 1 | + 1 | S 3 * | = ( 2 k ′ − 1 ) r + k ′ + 4 2 k ′ − 1 + k ′ + 4 ≤ ( 2 k ′ + 1 ) r + k ′ + 1 + 4 2 k ′ + 1 + k ′ + 1 + 4 = ( 2 k ′ + 1 ) r + k ′ + 5 2 k ′ + 1 + k ′ + 5 ≤ ( 6 k + 3 ) r + 3 k + 6 9 k + 9 = ( 2 k + 1 ) r + k + 2 3 k + 3 ,</p><p>where the last two inequalities result from the facts that function y = ( 2 x − 1 ) r + x + 4 3 x + 3 and y = ( x + 1 ) r + x + 5 3 x + 6 are increasing function of x. Similarly we can get (2) for the case of n = 3 k ′ + i , k ′ ≤ 3 k + 1 , i = 2 , 3 .</p><p>Case 3: 3 k + 4 3 ( k + 1 ) ≤ r &lt; ( 2 k + 3 ) ( 3 k + 2 ) ( 2 k + 1 ) ( 3 k + 4 ) .</p><p>In this case, if the claim is not true, then by (1) there is a the minimal counter example L satisfying</p><p>9 k + 14 3 ( 3 k + 4 ) &lt; C max L P T ( L ) C max O P T ( L ) ≤ 1 + 2 p n 3 C max O P T ( L ) .</p><p>Hence we get</p><p>C max O P T ( L ) &lt; ( 3 k + 4 ) p n .</p><p>That means n ≤ 9 k + 9 . By the proof of Case 2 we get</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ( 2 k + 1 ) r + k + 2 3 k + 3 ≤ 9 k + 14 3 ( 3 k + 4 ) .</p><p>Case 4: 1 + 3 k + 4 9 ( k + 1 ) ( k + 2 ) ≤ r &lt; 3 k + 4 3 ( k + 1 ) .</p><p>In this case, if the claim is not true, then by (1) there is a the minimal counter example L satisfying</p><p>2 ( k + 1 ) r + k + 2 3 k + 4 &lt; C max L P T ( L ) C max O P T ( L ) ≤ 1 + 2 p n 3 C max O P T (L)</p><p>Hence we get</p><p>C max O P T ( L ) &lt; 3 k + 4 3 ( k + 1 ) ( r − 1 ) ≤ ( 3 k + 6 ) p n .</p><p>That means n ≤ 9 k + 15 .</p><p>Case 4.1: n = 9 k + 15 .</p><p>In this case we have | S 1 | = | S 2 | = 3 k + 5 , | S 3 | = 3 k + 4 , | S 1 * | = | S 2 * | = | S 3 * | = 3 k + 5 . It is easy to see that there exists i ∈ { 1,2,3 } satisfying | S 3 ∩ S i * | ≥ k + 2 . W.l.o.g, suppose | S 3 ∩ S 3 * | ≥ k + 2 . That means | S 3 \ S 3 * | ≤ 2 k + 2 . Hence we get</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ∑ j ∈ S 3 p j + 1 ∑ j ∈ S 3 * p j = ∑ j ∈ S 3 ∩ S 3 * p j + ∑ j ∈ S 3 \ S 3 * p j + 1 ∑ j ∈ S 3 * ∩ S 3 p j + ∑ j ∈ S 3 * \ S 3 p j ≤ | S 3 ∩ S 3 * | + | S 3 \ S 3 * | r + 1 | S 3 * | = | S 3 \ S 3 * | ( r − 1 ) + | S 3 | + 1 | S 3 * | ≤ ( 2 k + 2 ) ( r − 1 ) + 3 k + 4 + 1 3 k + 5 ≤ ( 2 k + 2 ) r + k + 3 3 k + 5 ≤ ( 2 k + 2 ) r + k + 2 3 k + 4 ,</p><p>where the last inequality results from the fact that y = x + b x + 1 ( b ≥ 1 ) is a decreasing function of x.</p><p>Similarly we can show that the claim is true for the cases of n = 9 k + i , i = 13 , 14 .</p><p>Case 4.2: n = 3 k ′ + 3 , k ′ ≤ 3 k + 3 .</p><p>In this case, let | S 1 | = | S 2 | = k ′ + 1 , | S 3 | = k ′ . If There exists i ∈ { 1,2,3 } satisfying | S 3 ∩ S i * | ≥ k ′ + 1 3 , w.l.o.g, suppose | S 3 ∩ S 1 * | ≥ k ′ + 1 3 , then we have | S 3 \ S 1 * | ≤ 2 k ′ − 1 3 . Therefore we get</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ∑ j ∈ S 3 p j + p n ∑ j ∈ S 1 * p j = ∑ j ∈ S 3 ∩ S 1 * p j + ∑ j ∈ S 3 \ S 1 * p j + p n ∑ j ∈ S 1 * ∩ S 3 p j + ∑ j ∈ S 1 * \ S 3 p j ≤ | S 3 ∩ S 1 * | + | S 3 \ S 1 * | r + 1 | S 3 ∩ S 1 * | + | S 1 * \ S 3 | = | S 3 \ S 1 * | ( r − 1 ) + | S 3 | + 1 | S 1 * | ≤ 2 k ′ − 1 3 ( r − 1 ) + k ′ + 1 k ′ + 1 ≤ 6 k r + 5 r + 3 k + 7 3 ( 3 k + 4 ) ≤ ( 2 k + 2 ) r + k + 2 3 k + 4 .</p><p>If | S 1 * | = | S 2 * | = | S 3 * | = k ′ + 1 , it is easy to see that there exists i ∈ { 1,2,3 } satisfying | S 3 ∩ S i * | ≥ k ′ + 1 3 . Then we get the claim is true by above discussion.</p><p>If | S 1 * | ≥ k ′ + 2, | S 3 ∩ S 1 * | ≥ k ′ + 1 3 , we also get the claim is true by above discussion.</p><p>If | S 1 * | ≥ k ′ + 2, | S 3 ∩ S 1 * | &lt; k ′ + 1 3 , then there exists i ∈ { 1,2 } satisfying | S i ∩ S 1 * | ≥ k ′ + 3 3 , w.l.o.g, suppose | S 1 ∩ S 1 * | ≥ k ′ + 3 3 , then | S 1 \ S 1 * | ≤ 2 k ′ 3 . Hence we get</p><p>C max L P T ( L ) C max O P T ( L ) ≤ ∑ j ∈ S 1 p j + 1 ∑ j ∈ S 1 * p j = ∑ j ∈ S 1 ∩ S 1 * p j + ∑ j ∈ S 1 \ S 1 * p j + 1 ∑ j ∈ S 1 * ∩ S 1 p j + ∑ j ∈ S 1 * \ S 1 p j ≤ | S 1 ∩ S 1 * | + | S 1 \ S 1 * | r + 1 | S 1 ∩ S 1 * | + | S 1 * \ S 1 | = | S 1 \ S 1 * | ( r − 1 ) + | S 1 | + 1 | S 1 * | ≤ 2 k ′ 3 ( r − 1 ) + k ′ + 1 + 1 k ′ + 2 ≤ ( 6 k + 6 ) r + 3 k + 9 3 ( 3 k + 5 ) ≤ ( 2 k + 2 ) r + k + 2 3 k + 4 ,</p><p>where the last inequality results from the fact that y = x + b x + 1 ( b ≥ 1 ) is a decreasing function of x.</p><p>Case 5: 6 ( k + 1 ) + 5 3 [ 2 ( k + 1 ) + 1 ] ≤ r &lt; 1 + 3 k + 4 9 ( k + 1 ) ( k + 2 ) .</p><p>In this case we should prove</p><p>C max L P T ( L ) C max O P T ( L ) ≤ 9 k + 20 9 ( k + 2 ) .</p><p>If it is not true, then by (1) the minimal counter example satisfies</p><p>9 k + 20 9 ( k + 2 ) &lt; C max L P T ( L ) C max O P T ( L ) ≤ ∑ i = 1 n p i + 2 p n 3 C max O P T (L)</p><p>Hence we get</p><p>C max O P T ( L ) &lt; ( 3 k + 6 ) p n .</p><p>That means n ≤ 9 k + 15 . By the proof of Case 4 we get</p><p>C max O P T ( L ) ≤ 2 ( k + 1 ) r + k + 2 3 k + 4 ≤ 9 k + 14 3 ( 3 k + 4 ) .</p><p>By the above discussions of Case 1-5, the inequality in Theorem 2 is proved.</p><p>Now we prove the tightness of the inequalities. For ( 2 k + 3 ) ( 3 k + 2 ) ( 2 k + 1 ) ( 3 k + 4 ) ≤ r &lt; 6 k + 5 3 ( 2 k + 1 ) , let L = { J 1 , J 2 , ⋯ , J 9 k + 7 } with p j = r , j = 1 , 2 , ⋯ , 6 k + 2 , p 6 k + 3 = p 6 k + 4 = r ′ = r + 1 2 , p j = 1 , j = 6 k + 5 , ⋯ , 9 k + 7 . Then L 1 = ( 2 k + 1 ) r + k + 2 , L 2 = ( 2 k + 1 ) r + k + 1 , L 3 = 2 k r + k + 2 r ′ , L 1 * = 3 k + 3 , L 2 * = L 3 * = ( 3 k + 1 ) r + r ′ . Hence we get</p><p>C max L P T ( L ) C max O P T ( L ) = ( 2 k + 1 ) r + k + 2 3 k + 3 . (3)</p><p>For 3 k + 4 3 ( k + 1 ) ≤ r &lt; ( 2 k + 3 ) ( 3 k + 2 ) ( 2 k + 1 ) ( 3 k + 4 ) . let L = { J 1 , J 2 , ⋯ , J 9 k + 10 } with p j = r , j = 1 , ⋯ , 6 ; p j = r ′ = 3 k + 4 − 3 r 3 k , j = 7 , ⋯ , 6 k + 6 , p j = 1 , j = 6 k + 7 , ⋯ , 9 k + 10 . Then we have L 1 = 2 r + 2 k r ′ + k + 2 , L 2 = L 3 = 2 r + 2 k r ′ + k + 1 , L 1 * = 3 k + 4 , L 2 * = L 3 * = 3 r + 3 k r ′ . Hence we get</p><p>C max L P T ( L ) C max O P T ( L ) = 9 k + 14 3 ( 3 k + 4 ) . (4)</p><p>For 1 + 3 k + 4 9 ( k + 1 ) ( k + 2 ) ≤ r &lt; 3 k + 4 3 ( k + 1 ) , let L = { J 1 , J 2 , ⋯ , J 9 k + 10 } with p j = r , j = 1 , 2 , ⋯ , 6 k + 6 , p j = 1 , j = 6 k + 7 , ⋯ , 9 k + 10 . Then we have L 1 = 2 ( k + 1 ) r + k + 2 , L 2 = L 3 = 2 ( k + 1 ) r + k + 1 , <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x156.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x157.png" xlink:type="simple"/></inline-formula>. Hence we get</p><disp-formula id="scirp.96315-formula205"><label>(5)</label><graphic position="anchor" xlink:href="//html.scirp.org/file/5-7404309x158.png"  xlink:type="simple"/></disp-formula><p>For<inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x159.png" xlink:type="simple"/></inline-formula>, let <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x160.png" xlink:type="simple"/></inline-formula> with <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x161.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x162.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x163.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x164.png" xlink:type="simple"/></inline-formula>. Then we have<inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x165.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x166.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x167.png" xlink:type="simple"/></inline-formula>, <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x168.png" xlink:type="simple"/></inline-formula>,<inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x169.png" xlink:type="simple"/></inline-formula>. Hence we get</p><disp-formula id="scirp.96315-formula206"><label>(6)</label><graphic position="anchor" xlink:href="//html.scirp.org/file/5-7404309x170.png"  xlink:type="simple"/></disp-formula><p>Hence Theorem 2 is proved.</p></sec><sec id="s3"><title>3. Conclusion and Future Work</title><p>In this paper, LPT algorithm is considered for the scheduling jobs with similar sizes in <inline-formula><inline-graphic xlink:href="/html.scirp.org/file/5-7404309x171.png" xlink:type="simple"/></inline-formula> on three machines. The objective function is to minimize the maximum completion time of all machines. The worst performance ratio of the LPT algorithm is given as a piecewise linear function of r. The result is better than the existing result and cannot be improved any more. It is interesting to consider general number of machines and give tight bound of worst case performance.</p></sec><sec id="s4"><title>Acknowledgements</title><p>The authors would like to express their thanks to the National Natural Science Foundation of China for financially supporting under Grant No. 11471110 and the Foundation Grant of Education Department of Hunan (No. 16A126).</p></sec><sec id="s5"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s6"><title>Cite this paper</title><p>Ma, Y.J., Li, R.H. and Zhou, Y.X. (2019) LPT Algorithm for Jobs with Similar Sizes on Three Machines. Applied Mathematics, 10, 947-955. https://doi.org/10.4236/am.2019.1011066</p></sec></body><back><ref-list><title>References</title><ref id="scirp.96315-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Graham, R.L. (1969) Bounds on Multiprocessing Timing Anomalies. SIAM Journal on Applied Mathematics, 17, 416-429. https://doi.org/10.1137/0117039</mixed-citation></ref><ref id="scirp.96315-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Cheng, T.C.E., Kellerer, H. and Kotov, V. (2012) Algorithms Better than LPT for Semi-Online Scheduling with Decreasing Processing Times. Operations Research Letters, 40, 349-352. https://doi.org/10.1016/j.orl.2012.05.009</mixed-citation></ref><ref id="scirp.96315-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">He, Y.G. (2005) Semi-Online Scheduling Jobs with Tightly-Grouped Processing Times on Three Identical Machines. Discrete Applied Mathematics, 150, 140-159. https://doi.org/10.1016/j.dam.2004.12.005</mixed-citation></ref><ref id="scirp.96315-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">He, Y. and Zhang, G. (1999) Semi On-Line Scheduling on Two Identical Machines. Computing, 62, 179-187. https://doi.org/10.1007/s006070050020</mixed-citation></ref><ref id="scirp.96315-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Kellerer, H., Kotov, V., Speranza, M.G. and Tuza, Z. (1997) Semi On-Line Algorithms for the Partition Problem. Operations Research Letters, 21, 235-242. https://doi.org/10.1016/S0167-6377(98)00005-4</mixed-citation></ref><ref id="scirp.96315-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Li, R.H. and Huang, H.C. (2007) List Scheduling for Jobs with Arbitrary Release Times and Similar Lengths. Journal of Scheduling, 10, 365-373. https://doi.org/10.1007/s10951-007-0042-8</mixed-citation></ref><ref id="scirp.96315-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Lin, L. and Tan, Z. (2014) Inefficiency of Nash Equilibrium for Scheduling Games with Constrained Jobs: A Parametric Analysis. Theoretical Computer Science, 521, 123-134. https://doi.org/10.1016/j.tcs.2013.11.012</mixed-citation></ref><ref id="scirp.96315-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">He, Y. and Dosa, G. (2005) Semi-Online Scheduling Jobs with Tightly-Grouped Processing Times on Three Identical Machines. Discrete Applied Mathematics, 150, 140-159. https://doi.org/10.1016/j.dam.2004.12.005</mixed-citation></ref><ref id="scirp.96315-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Kellerer, H. (1991) Bounds for Non-Preemptive Scheduling Jobs with Similar Processing Times on Multiprocessor Systems Using LPT-Algorithm. Computing, 46, 183-191. https://doi.org/10.1007/BF02238297</mixed-citation></ref><ref id="scirp.96315-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Graham, R.L. (1976) Bounds on the Performance of Scheduling Algorithms, Computer and Job-Shop Scheduling Theory. John Wiley Sons, New York, 165-227.</mixed-citation></ref></ref-list></back></article>