time time δ jobs jobs

Size: px
Start display at page:

Download "time time δ jobs jobs"

Transcription

1 Approxiating Total Flow Tie on Parallel Machines Stefano Leonardi Danny Raz y Abstract We consider the proble of optiizing the total ow tie of a strea of jobs that are released over tie in a ultiprocessor setting. This proble is N P -hard even when we allow preeption, and have only two achines. Although the total (or average) ow tie is widely accepted as a good easureent of the overall quality of service, no approxiation algoriths were known for this basic scheduling proble. This paper contains two ain results. We rst prove that when preeption is allowed, Shortest Reaining Processing Tie (SRPT) is an O(log(inf n ; P g)) approxiation algorith for the total ow tie, where n is the nuber of jobs, is the nuber of achines, and P is the ratio between the axiu and the iniu processing tie of a job. We also provide an (log n ) and an (log P ) lower bounds on the (worst case) copetitive ratio of any randoized algorith for the on-line proble in which jobs are known at their release ties. Thus, we show that up to a constant factor SRPT is an optial on-line algorith. Our second ain result addresses the non-preeptive case. We present a general technique that allows q to transfor any preeptive solution into a non-preeptive solution at the n expense of an O( ) factor in the approxiation q ratio of the total ow tie. Cobining n this technique with our previous result yields an O( log n ) approxiation algorith for this case. We also show an (n 1 3? ) lower bound on the approxiability of this proble (assuing P 6= NP ). Dipartiento di Inforatica e Sisteistica, Universita di Roa \La Sapienza". This work was partially done while the author was a post-doc at the International Coputer Science Institute (ICSI), Berkeley. This work is partly supported by EU ESPRIT Long Ter Research Project ALCOM-IT under contract n 044, and by Italian Ministry of Scientic Research Project 40% \Algoriti, Modelli di Calcolo e Strutture Inforative." Eail: leon@dis.uniroa1.it y International Coputer Science Institute (ICSI), Berkeley. Research supported in part by National Science Foundation operating grants CCR and NCR Eail: draz@icsi.berkeley.edu 1

2 1 Introduction Guaranteed quality of service is one of the ost challenging aspects in any areas of coputer science. In areas like networks and parallel coputing, guaranteeing high perforances for each user is the ain task of algorith and protocol designers. One ajor proble that arises in this context is quantifying the overall quality of service. In other words, which functions should we try to optiize when designing such systes. One relevant objective function is the overall tie the users are spending in the syste (both waiting for a service and being served). Miniizing this tie will yield a better service in general. In this paper we study this function in the context of scheduling probles, in this counity this function is referred to as the total ow tie. It turns out that the proble of nding an optial ow tie for a set of jobs with release ties on identical achines, is NP -hard even if we allow preeption. Although optiizing the ow tie is known to be an iportant scheduling proble for ore than two decades [B74], no results were known for this case. In this paper we provide the rst non-trivial approxiation results for this proble on parallel achines. The Model: We are given a set J of n jobs, and identical achines M 1 ; : : : M. Job j (we indicate the generic job of the set J by the index j, j = 1; : : : ; n) is described by a pair of real nubers (r j ; p j ), where r j 0 is the release tie and p j 0 is the processing tie of the job. Assue w.l.o.g. that tie 0 is the earliest release tie of any job in J. In the non-preeptive version of the proble, each job j ust be processed without interruption for a tie p j 0 on one of the achines, each of which can process at ost one job at a tie. In the preeptive version, a job that is running can be preepted and continue later on any achine. Clearly, a job cannot be processed before its release tie. The algorith, { also called scheduler { decides exactly which of the jobs should be executed at each tie. Dene Cj S to be the copletion tie of job j in a schedule S. When it is clear to which schedule we refer, the superscript S will be dropped. The ow tie of job j is dened as F j = C j? r j, and the total ow tie is P jj F j. Our goal is to construct an algorith that iniizes the total ow tie for each given instance of the proble. In the on-line version of the proble, jobs are introduced to the algorith at their release ties. Thus, the algorith bases its decisions only upon inforation related to already released jobs. Previous work: The reader is referred to [LLRS90] and to the ore recent [H96] for an excellent survey on scheduling and approxiation algoriths. In particular we adapt their notations, and thus denote by P jptn; r P j j F j the preeptive version of the proble, and by P jr P j j F j the non-preeptive version. In this notation, jj denote: (i) is either 1 for a single achine or P for identical achines, (ii) contains r j to indicate release ties, and ay contain ptn to indicate that preeption is allowed, and (iii) is P F j indicating that we are interested in the optiization of the total ow tie. Although ow tie is widely accepted as the easure one really wants to optiize in any contexts, not uch was known about it. The single achine case, 1jptn; r P j j F j, is solvable in polynoial-tie, using the shortest reaining processing tie rule [B74]. However, when preeption is not allowed, the proble becoes NP -hard [L77]. In a recent paper Kellerer, Tautenhahn, and Woeginger gave an O( p n) approxiation algorith for this case [KTW96]. They also showed that unless P = NP no polynoial tie approxiation algorith can have a worst-case perforance guarantee of O(n 1? ), for any > 0. When there are ore than one achine, Du, Leung, and Young [DLY90] proved that

3 Non-preeptive Preeptive Upper bound Lower bound Upper bound Lower bound One achine O( p n) (n 1? ) 1 { [KTW96] [KTW96] [B74] achines O( q n log n ) (n 1 3? ) O(log(inf n ; P g)) (log n ), (log P ) (on-line) Table 1: Suary of results P jptn; r j j P C j, the proble of iniizing the total copletion tie with achines, is NP -hard. Note that an optial solution for P jptn; r j j P C j is also an optial solution for P jptn; r j j P F j, since P F j = P C j? P r j, and P r j is deterined by the input. In [HSSW96], Hall, Schulz, Shoys and Wein studied this proble, they gave constant-factor approxiation algoriths both for P jptn; r j j P C j and for P jr j j P C j. However, unlike optial solutions, approxiation results for the average (or total) copletion tie do not apply to ow tie. Results: Shortest Reaining Processing Tie (SRPT) is the well studied algorith that assigns to the available achines at each tie, those unnished jobs with shortest reaining processing tie. We prove that SRPT is an O(log(inf n ; P g)) approxiation algorith for P jptn; r P j j F j, where P = ax i;j ( p i p j ), that is, P is the ratio between the biggest and the sallest processing tie of a job in J. As the rst step toward proving this result we give an alternative (yet equivalent) denition of ow tie. Instead of suing over all jobs j the ow tie of this job, F j, we su over all ties t the nuber of jobs that are already released but not yet nished at tie t (this nuber is denoted by (t)). Using this way of looking at the ow tie, we observe that if the dierence in (t) between SRPT and any other scheduler is \big", then SRPT ust process \sall" jobs. This observation is quantied in Lea 1, that iplies the O(log P ) bound, and after further work also the O(log n ) bound. Note that SRPT is an online algorith; it bases its decisions only upon the jobs released so far. In this context P ay be ore eaningful than n, since if we have a strea of jobs, and we want an online algorith to schedule the as to optiize the ow tie, it would be nice to have a bound that does not depend on the length of the sequence n. It turns out that for online algoriths this is basically the best one can hope for. >Fro a rather siple exaple that shows that SRPT cannot perfor better than our upper bound, we derive a faily of input instances which shows that the copetitive ratio of any randoized online algorith is (log n ) and (log P ). Note that there is no contradiction to the perforance analysis of the SRPT algorith; the \bad" instance for SRPT (in fact for any online algorith) is one with n = O(P ). Our bound for the preeptive case is later used as a basis for an approxiation algorith for P jr P j j F j. Our algorith starts with a preeptive schedule and converts it into a nonpreeptive one. A siilar idea was used by Kellerer, Tautenhahn, and Woeginger for the O( p n) approxiation algorith in the single achine case [KTW96]. We propose a general technique that converts any preeptive solution into a non-preeptive one, at the expenses of an O( q n ) factor in the approxiation ratio. We cobine this technique with our result for P jptn; r j j P F j 3

4 tie tie tie tie jobs δ jobs δ Figure 1: The lower bound for SRPT and the optial solution. to achieve an O( q n log n ) bound for P jr jj P F j. Despite its generality, our technique turns out to be rather siple (when copared with the known algorith for the single achine case [KTW96]), yet it still obtains the best achievable bound when specialized to a single achine. Our scheduler divides the jobs, according to their ow tie in the preeptive solution, to \big" and \sall" jobs. Unlike any cases when seeking to iniize the akespan, we schedule the \sall" jobs rst. Jobs with relatively sall ow tie cannot delay other jobs by uch. Then we schedule the \big" jobs; here we use the fact that the nuber of \big" jobs is relatively sall, and so we can delay each job for a longer tie. q Putting together, the overall additional ow tie n paid to reove preeption is bounded by O( ) ties the value of the preeptive solution. We nally show that unless P = NP no polynoial tie approxiation algorith can have a worst-case perforance guarantee of O(n 1 3? ), for any > 0. The idea here also follows the nice construction of [KTW96]. Since a straightforward generalization of the single achine case does not see to work, we odify the construction and end up with a dierent sequence. Our new results, and the known results for one achine, are suarized in Table 1. This paper: Section. contains the analysis of SRPT in the preeptive case. The description of the lower bound for online preeptive algoriths follows in section.3. In Section 3.1 we present the approxiation algorith for the non-preeptive case. Then in Section 3. we present the unapproxiability result for non-preeptive algoriths. We end with a brief discussion and soe open probles. The approxiation of total ow tie with preeption.1 Preliinaries Shortest Reaining Processing Tie (SRPT) is the algorith that assigns those unnished jobs with shortest reaining processing tie, to the available achines at each tie. Dene R(t) = fj Jjr j tg, the set of jobs released within tie t, and n(t) = jr(t)j. At each tie t we consider the instant snapshot of the scheduler as the non decreasing vector X(t) = x 1 ; : : : ; x n(t) of the reaining processing tie of each job in R(t). If job j has been 4

5 nished by tie t, then the corresponding coponent in X(t) is 0. The vector at tie 0 is just the nondecreasing sorted vector of the processing ties of the jobs introduced at tie zero. We will use X S(J) (t) to describe the reaining processing tie of jobs in R(t) in a scheduler S on input J. The instance J ay be oitted in the following when clear fro the context. Given a vector X S(J) (t), for a scheduler S, instance J, and tie t, its volue v S(J) (t) denotes the su of its entries, and its support S(J) (t) denotes the nuber of its positive entries. We denote by d S(J) (t) = SRP T (J) (t)? S(J) (t) the support dierence between SRPT and a scheduler S at tie t. Given an input J and a scheduler S, dene the ow tie of S on J to be F S (J) = t0 S(J) (t)dt: P In order to realize that this denition of ow tie is equivalent to the usual denition as j F j, consider the left part of Figure 1. This picture, that will be analyzed in better detail at the beginning of section., shows part of the SRPT schedule for an instance with =. The left diagra represents the status of the jobs at each tie. If white, they have not been released yet or are nished, if dark gray they are processed, if light gray they are waiting. The su of the dark and light gray areas for each job j is exactly F j and the overall su of the dark and light gray areas is the total ow tie. The function shown in the right diagra, represents at any tie the nuber of jobs that are either processed or waiting. It is easy to see that the integral of this function is equal to the su of the dark and light areas in the left diagra.. The analysis of SRPT In this section we prove that SRPT is an O(log(inf n ; P g)) approxiation algorith. Observe that its tie coplexity is O(n log n). We need soe ore notations. Denote by x S(J) j (t) the reaining processing tie of the j- th sallest positive entry of X S(J) (t), that is the j-th sallest reaining processing tie of an unnished job at tie t. The ( + 1)-th sallest positive entry is of particular interest, and hence we indicate it with l S(J) (t) = x S(J) +1(t). This value is the reaining processing tie of the sallest job not processed at tie t. For an input instance J dene P ax (J) and P in (J) to be the axial and the inial processing tie of a job in J, respectively. Let P (J) = Pax(J) P in. Moreover, dene T (J) = (J) ftj SRP T (J) (t) g to be the set of ties when no achine is idle in the SRPT schedule, and let T (J) = jt (J)j = R tt (J) dt be the size of this set. As a war up, we give an exaple for the case = and we show that SRPT achieves the claied bounds. This exaple can be generalized to any on-line algorith for any nuber of achines (see Theore 9). Let P, a power of, and 1 be the axiu and the iniu processing ties of a job. At each tie r i = P (1? 1 ), for i = 0; : : : ; log P i? 1, three jobs are released; one job of processing tie P i and two jobs of processing tie P i+1. Then, starting at tie (P? 1), and until tie P + P? 3, two jobs of processing tie 1 are released at each unit of tie. Figure 1 shows the behavior of SRPT and of an optial solution on a prex of that sequence with P = 16. The left diagra indicates for each job its processing tie at the tie of release, and the reaining processing tie at the end of the considered interval. (This is indicated only for those jobs that are not nished). 5

6 At tie r i, SRPT schedules the two jobs released at tie r i of processing tie. These i+1 jobs are copleted by tie r i + P P. The interval of units of tie between r i+1 i+1 i + P and r i+1 i+1 P is used for the third job released at tie r i and for the job of processing tie released at i?1 tie r i?1. Both jobs have reaining processing tie P at tie r i i + P ; clearly, only one job is scheduled when i = 0. i+1 Observe that log P jobs are unnished at tie (P? 1) in the SRPT schedule. Now, at each tie (P? 1) + k, k = 0; : : : ; P? 1, two jobs of processing tie 1 are released. Therefore, log P jobs are waiting to be processed for P units of tie, resulting in a total ow tie of at least P log P. On the other hand, an optial solution nishes the three jobs presented at tie r i by tie r i+1. The job of processing tie P is scheduled on one achine at tie r i i, while the other achine is used for the two jobs of processing tie P. This results in an increase of the ow tie when we restrict the attention to the rst groups of i+1 jobs: the ow tie of the jobs released at tie r i is 5 P, and the total ow tie of the log P groups of jobs is bounded by 5P. But all jobs are nished in i the optial solution by tie (P? 1), and the ow tie of the nal P groups of jobs is just P. The (log P ) lower bound on the approxiation ratio of SRPT for = is then derived. Since n = O(P ), it turns out to be also an (log n) lower bound on the approxiation ratio of SRPT for the case of achines ((log n ) can be obtained for any ). At this point, observe again Figure 1. The reaining processing tie of scheduled jobs exponentially decreases with the nuber of unnished jobs in the SRPT schedule. In fact this represents a general phenoenon that lies in the heart of our proof. We observe that on any instance J, the value of l SRP T (J) (t) exponentially decreases with d S(J) (t), that is, if the support dierence between SRPT and any scheduler S is \big", then SRPT is processing jobs with \sall" reaining processing tie. More forally, Lea 1 For any scheduler S, instance J and tie t, if d S(J) (t) > i, for i, then l SRP T (J) infpax(j);t (J)g (t). i? We rst prove a slightly stronger version Lea 1 in the special case where at tie t, a scheduler S has nished all jobs, that is d S(J) (t) = SRP T (J) (t). Later, we reduce the general case to this special case. This is done by showing that the clai holds for an instance J, if it also holds for an instance J 0, obtained fro J by reoving those jobs that are not nished by S at tie t. Lea Let c = b ds(j) (t)?i c, for a scheduler S, instance J, tie t, and an integer i d S(J) (t)?. If S(J) SRP T (J) (t) = 0, then x (t) i infpax(j);t (J)g c?1. Proof: Consider the vector X SRP T (t) of the reaining processing tie of jobs in the SRPT schedule at tie t. Let v 1 be the volue of the biggest jobs, v be the volue of the next jobs, and so on until v i+1 which is the volue of the last 0 jobs unnished at tie t. Each one of these groups of at ost jobs is referred to as a block of jobs. Figure shows this vector. The biggest reaining processing tie inside block k is denoted by l k. Denote by V (t 0 ) = v SRP T (t 0 )? v S (t 0 ) the dierence in volue between SRPT and S at any tie t 0, and let V k = P hk v h. Since S (t) = 0, we know that V (t) = V 1 = v SRP T (t) is the total volue dierence at tie t. Let t 0 be the earliest tie such that no one of the achines is idle in the interval (t 0 ; t] in the SRPT schedule. The volue dierence V (t 0 ) at any tie t 0 (t 0 ; t] is upper bounded by V (t 0 ) (it cannot increase if all achines are working in the SRPT schedule). P 6

7 v v 1 v i+1 l i+1 v i l i l l 1 Figure : The reaining processing tie of jobs in the SRPT scheduler at tie t. If t 0 = 0, then the volue dierence at tie t 0 is 0. Thus, the SRPT volue at tie t is 0 and the clai is proved. We can then concentrate on t 0 > 0. In this case at least one achine is idle at tie t 0, and hence the volue dierence at tie t 0 is bounded by P ax. Dene the tie t k to be the last tie in [t 0 ; t] a job of reaining processing tie bigger than l k+1 is processed. If no such jobs are ever processed in the interval (t 0 ; t], then t k = t 0. We denote by k the total volue of those jobs with reaining processing tie less or equal than l k+1 at tie t k. Observe that all these jobs are processed at tie t k. In fact, if t k > t 0 there is a job of reaining processing tie bigger than l k+1 processed at that tie; otherwise, if t k = t 0, all jobs are processed at tie t 0 and have reaining processing tie saller than l k+1. Denote by Vk 0 the total volue of those jobs with reaining processing tie bigger than l k+1 at tie t k (they ay be scheduled or unscheduled at that tie). Figure 3 shows a typical case of this vector. Observe now that no job with reaining processing tie bigger than l k+1 at tie t k will be processed between tie t k and t, and hence they stay in the rst k blocks of jobs at tie t. Therefore, the volue of the rst k blocks of jobs at tie t, plus the value k is an upper bound over the volue at tie t k. Moreover, the volue at tie t k is not less than the volue dierence at tie t k, that is not less than the volue dierence at tie t, that is, due to our hypothesis, exactly equal to the volue at tie t. We obtain the following inequalities (v SRP T (t)? V k+1 ) + k V 0 k + k = v SRP T (t k ) V (t k ) V (t) = v SRP T (t) fro which we derive V k+1 k. Observe now that k l k+1 v k, and then V k+1 v k. Adding V k+1 to both ters of the previous inequality we get V k+1 1V k. We now separately prove the two parts of the clai: x SRP i T (t) P ax = c?1 and x SRP i T (t) T= c?1. >Fro V k+1 1 V k it follows that V c V 1 = c?1 P ax = c?1. But l c+1 v c V c, and hence we derive l c+1 P ax = c?1. Since c = b ds(j) (t)?i c, x SRP T i (t) l c+1, and the rst part of the clai is proved. For the second part of the clai, observe that 1 l. >Fro V 1, and using the sae arguent used to prove the rst part of the clai, we obtain x SRP i T (t) l = c?. We are left to 7

8 V k k l k+1 k Figure 3: The reaining processing tie of jobs in the SRPT scheduler at tie t k. prove that l t? t 0 T. The second inequality is true by denition of T. If we proved the existence of a job released in the interval (t 0 ; t] with processing tie bigger or equal than l, then we would prove l t? t 0 since such job is nished by scheduler S within tie t. But this is true, since less then jobs were running at tie t 0 and there are jobs with reaining processing tie bigger than l at tie t. Then, a job with processing tie bigger than l has been released in (t 0 ; t]. In order to prove Lea 1 we show that if Lea is true for an instance J 0 obtained by deleting fro J all the jobs that are not nished by S at tie t, then the clai of Lea 1 is true for J. To siplify notation we use x J SRP T (J) k(t) instead of xk (t). The exact clai is: Clai 3 Let J = J 0 [ j, and t be any tie t r j. Then either (i) J (t) = J0 (t) + 1 and for all 1 k J0 (t) x J k(t) x J0 k (t) x J k+1(t), or (ii) J (t) = J0 (t) and for all 1 k J0 (t) x J0 k (t) x J k(t) x J0 k+1(t). Proof: At tie t = r j, (i) holds. If (i) holds, 3 kinds of events can happen at any tie t: 1. J and J 0 end the sae nuber of jobs or no job is nished (they both end zero jobs). It follows that (i) still holds, since the rst jobs are processed for the sae aount of tie.. A new job is released. Also in this case (i) still holds since the new job is inserted into the appropriate place in both vectors. 3. J ends one ore job than J 0. In this case we switch to (ii), since we have that X J (t) is shifted to the left one position further than X J0 (t). Note that by condition (i), if J ends r jobs at soe tie then J 0 ust end at least r? 1 jobs at this tie, so 1-3 are the only possible events. In a siilar way, if (ii) holds, 3 kinds of events can happen at any tie t: 8

9 1. J and J 0 end the sae nuber of jobs or no job is nished (they both end zero jobs). It follows that (ii) still holds, just like in the previous case.. A new job is released. Also in this case (ii) still holds since the new job is inserted into the appropriate place in both vectors. 3. J 0 ends one ore job than J. In this case we switch to (i), since we have that X J 0 (t) is shifted to the left one position further than X J (t). In particular the last clai shows that 1 J (t)? J0 (t) 0. We can nally present the proof of Lea 1. Proof of Lea 1: Let J 0 be an input instance in which all jobs that are not nished by S at tie t are deleted. Let d = d S(J 0 ) (t)? d S(J) (t), and let s be the biggest integer such that d S(J) (t) > s. We want to prove the following sequence of inequalities: l SRP T (J) (t) x SRP T (J 0 ) +1+d (t) infp ax(j 0 ); T (J 0 )g b ds(j0 ) (t)??d?1 c?1 infp ax(j); T (J)g infp ax(j); T (J)g b ds(j) (t)??1 c?1 b ds(j) (t)?1 infp ax(j); T (J)g s? : The rst inequality follows fro Clai 3 since d is exactly the nuber of jobs in J? J 0 that are nished by SRPT until tie t. The second inequality is exactly Lea. For the third inequality, note that J 0 is a subset of J and hence P ax (J 0 ) P ax (J), T (J 0 ) T (J), and that d S(J) (t) = d S(J 0 ) (t)? d. The last inequality follows directly fro the denition of s, and proves the lea. Lea 1 allows to bound the support dierence between SRPT and any scheduler S. Lea 4 For any scheduler S, instance J and tie t, d S(J) (t) (3 + log P (J)). Proof: Since scheduled jobs with reaining processing tie less than P in are never preepted, any unnished job not scheduled has reaining processing tie bigger or equal than P in, that is l SRP T (t) P in for any t. >Fro Lea 1, that applies for d S (t) >, we derive Pax P s? in where s is the biggest integer i such that d S (t) > i. We then obtain s + log P and d S (t) (3 + log P ). >Fro Lea 4 we derive one of our ain results. Theore 5 SRPT is a 4 + log P approxiation algorith for P jptn; r P j j F j. Proof: For any scheduler S and instance J, the ow tie of SRPT is given by t0 t=t SRP T (t)dt = = t=t SRP T (t)dt + t=t t=t SRP T (t)dt + tt SRP T (t)dt + tt S (t)dt + tt c? SRP T (t)dt = ( S (t) + d S (t))dt tt (3 + log P )dt SRP T (t)dt + F S + (3 + log P )T 9

10 F S + (3 + log P ) X jj p j (4 + log P )F S : The rst equality is obtained by partitioning the tie into the set of ties T when all achines are working and the set of ties when at least one achine is idle. We obtain the second equality by introducing d S (t), the support dierence between SRPT and S. We apply Lea 4 to obtain the third inequality. The reaining inequalities are derived by observing that the global tie spent processing jobs by the achines is bounded by P jj p j that is itself bounded by F S, the ow tie of scheduler S. We now turn to prove that SRPT is an O(log n ) approxiation algorith for P jptn; r P jj F j. The proof is ore coplex than the proof of the O(log P ) approxiation. For instance, observe that it is no longer true that the support dierence between the SRPT scheduler and any algorith is bounded by O(log n). This can be observed in the lower bound proposed for SRPT at the beginning of this section, where at the end of the rst part of the sequence, one third of the jobs presented are not nished by SRPT, while they are all nished by a feasible scheduler. Our proof is based upon Lea 1, that relates the size of d S (t) to the reaining processing tie of a job not scheduled by SRPT at tie t. The idea behind the proof is that the worst case ratio between the SRPT ow tie and any scheduler ow tie can be raised only if a \big" dierence in the respective support values is kept for a \long" tie. But this requires, as in the second phase of the lower bound for SRPT, the release of a nuber of jobs with sall processing tie, and thus increasing the value of n. For the rest of this section x an instance J and any scheduler S. We partition T into a collection of disjoint intervals I k = [t k ; t k+1 ), k = 0; : : : ; s? 1, denote by x k = t k+1? t k the size of interval I k, and associate an integer i k to each interval such that (i k? 1) < d S (t) < (i k + 1), t [t k ; t k+1 ), as specied in the following. The t k 's are dened in the following way for any axial interval of ties [t b ; t e ) contained in T. Let t k = t b for soe value k. If at tie t b d S (t b ) < then i k = 0, otherwise i k = 1. (Observe that d S (t b ) <.) If t k and i k are dened then t k+1 = fin(t; t e )jt > t k ; d S (t) (i+1) or d S (t) (i?1)g, that is, t k+1 is the rst tie the support dierence reaches the value (i + 1) or (i? 1). We set i k+1 = i + 1 if d S (t k+1 ) (i + 1), i k+1 = i? 1 if d S (t k+1 ) (i? 1). Clearly, the last interval in which [t b ; t e ) is partitioned ends with t e, and d S (t e ) SRP T (t e ) <. Recall that we dene T i = f[i k ji k = ig, i 0, and we indicate T i = jt i j the size of set T i. The following lea relates the nuber of jobs, n, and the values T i. Lea 6 The following lower bound holds for the nuber of jobs: n 6T X i3 T i i?3 : Proof : The clai is obtained by charging a nuber of jobs n k to each interval, in a way that each job is charged at ost three ties. Interval I k T i, i, starts when the support dierence between SRPT and S reaches the value i, i. Consider the case in which d S (t k ) i. Observe that d S (t k ) < (i + 1) since d S (t) can vary at ost by at a single instance of tie. If the interval ends at tie t k+1 with d S (t k+1 ) (i + 1), the support dierence has increased by at least between t k and t k+1 and then scheduler S has nished at least jobs in that interval. We charge of these jobs to interval I k, but, observe that soe of the jobs nished by S at tie t k ay be charged to the previous interval, and soe of the jobs nished by S at tie t k+1 ay be charged to the next interval. 10

11 On the contrary, if the interval ends when d S (t k+1 ) (i? 1) then the support dierence has decreased by at least in the interval I k and then SRPT has nished at least jobs during the interval. In both cases we charge n k jobs to any interval I k T i, i. Observe that an interval I k of T i, i, is never truncated by the end of a axial interval [t b ; t e ) of T, since d S (t e ) SRP T (t e ) <. The case in which d S (t k ) < i is analogous to the previous one. We can then conclude with a rst lower bound n k on the nuber of jobs charged to any interval I k T i, i. Next we give a second lower bound, based on Lea 1, stating that any job scheduled during T an interval I k = [t k ; t k+1 ) has reaining processing tie bounded by, since d S (t) > (i i k?3 k? 1) for any t [t k ; t k+1 ). We partition the interval I k on each achine into a nuber of contiguous subintervals (recall that no achine is idle during T ) of axiu length T that are terinated i k?3 either with the end of a job or with the preeption of a job. Observe that any preeption corresponds to the release of a new job. Therefore, for each achine we can associate a job that is T either released or nished with any subinterval of size. A second lower bound on the nuber i k?3 of jobs charged to any interval is then given by n k b x k i k?3 c. T Observe now that each job is considered at ost three ties, when it is released, when it is nished by SRPT and when it is nished by S. Then, fro the following inequalities: T Pi3 T i P i?3 kji k 3 ax(1; b x k i k?3 c) 3n; the clai follows. Theore 7 SRPT is an O(log n ) approxiation algorith for P jptn; r P jj F j. Proof: The ow tie of SRPT is given by t=t t0 = SRP T (t)dt = = t=t t=t t=t SRP T (t)dt + T SRP T (t)dt + tt SRP T (t)dt + F S + X i0 tt SRP T (t)dt = ( S (t) + d S (t))dt tt i (i + 1)dt SRP T (t)dt + F S + 3(T 0 [ T 1 [ T ) + X i3(i + 1) T i = t=t SRP T (t)dt + F S + 3T + X i3(i? ) T i X X 3 p j + F S +? ) T i jj i3(i 4F S + X i3(i? ) T i : The third inequality is obtained by partitioning T into the T i 's and by observing that at any tie t T i the support dierence between SRPT and S is bounded by (i + 1). The fourth inequality is obtained fro the observation that at any tie t T 0 [ T 1 [ T the support dierence between SRPT and S is bounded by 3. The sixth inequality follows since the overall work done by the achines is bounded by the su of the processing ties P jj p j, while the nal 11

12 expression is obtained fro the fact that the su of the processing ties is a lower bound on the optial ow tie. To prove that SRPT is an O(log n ) approxiation algorith, we are left to prove that F (n) = P i3(i? ) T i = O(log n )F S. We do that by proving F (n) = O(T log n ), and then, fro T P jj p j F S the clai of the theore follows. To prove our nal clai, we use the relation, given in Lea 6, between the values of the T i 's and the nuber of jobs n. Our optiization proble is ax ft3 ;:::gf (n) = P i3(i? P ) T i n 6T i3 T i i?3 ; T P i3 T i : We rewrite the proble using variables Y i = P ji T j, i 3: ax fy3 ;:::gf (n) = P Pi3 Y i n 6T i3(y i? Y i+1 ) i?3 ; T Y 3 Y 4 : : : : The second constraint can be rewritten as n 6T (Y 3 + P i4 Y i i?4 ), and then the function is upper bounded by assigning T = Y 3 = : : : = Y l, and 0 = Y l+1 = Y l+ = : : : where l is the iniu integer such that the constraint is tight or violated, naely it is the iniu integer such that T 6T (1 + P l i=4 i?4 ) n. We then obtain for l the value l 4 + dlog 6n e, and then F (n) = O(T log n )..3 A lower bound for on-line preeptive algoriths In this section we show an (log n ), (log P ) lower bound on the copetitive ratio of on-line randoized algoriths for ; jptn; r j j; P F j. The iniu processing tie of a job in the sequence is 1, while the axiu processing tie is denoted by P. We require P to be big enough such that L = log P? 3 log( log P ) is soe positive integer value. We present a faily of instances, such that for any randoized on-line algorith there exists an instance in this faily that proves the lower bound. Any instance of the lower bound is divided into two parts in a way that at the end of the rst part of the sequence the on-line randoized algorith has an expected nuber of ( log P ) unnished jobs. The second part of the sequence, that starts iediately after the rst part, consists of releasing jobs with processing tie 1 at any of P successive integer instances of ties. The on-line expected total ow tie is then lower bounded by P log P, while we show an algorith that copletes the sequence with a total ow 4 tie of O( P ). The rst part of the sequence is fored by at at ost L phases. During any such a phase we release \long" jobs, and a set, denoted by S i, of \short" jobs, each having a processing tie of one unit. More forally, during phase i, i = 0; : : : ; L? 1, the following set of jobs are presented: jobs with p i = P i and r i = P (1? 1 i ), and jobs with p ij = 1 and r ij = r i + j; 8j = 0; : : : ; p i? 1: 1

13 Jobs of phase i are released between tie r i and tie r i + p i? 1. The \long" jobs of length p i are released at tie r i, while jobs of unit processing tie are released at any integer tie between r i and r i + p i? 1. The rst part of the instance is ended at soe phase when the expected nuber of jobs that are unnished by the on-line algorith is ( log P ). Let U i be the nuber of jobs of S i not nished at tie r i + p i by an on-line algorith, and let E(U i ) be the expected value of U i over the rando choices of the on-line algorith. We distinguish two cases: Lea 8 1. Either there exists a phase i such that E(U i ) log P, or. the probability that ore than 1 long job is nished by tie r L is therefore bounded by O( 1 log P ). Proof: Let us assue that case 1 never occurs, that is E(U i ) < log P for any i = 0; : : : ; L? 1. We want to bound the probability that a single long job, say a job of length p i = P presented in phase i, is nished by an on-line algorith by tie r i L. The axiu processing tie available on a single achine for this job in a phase j i is p j + U j. The probability that the job of length p i is nished is bounded by X L?1 P r[ j=i ( p j + U j) p i ] P r[p i? p L + X L?1 = P r[ U j p L ]: j=i L?1 X j=i U j p i ] = Since E(U i ) < log P, using Markov inequality we obtain that the probability that U i is bigger or equal than 3 (log P ) 1 is bounded by. Fro the denition of L we have L log P, and log P p L = ( log P ) 3. Now, P r[ P L?1 j=i U j p L = 3 (log P ) 3 ] 1 since it iplies that at least one log P of at ost L rando variables U j be bigger than 3 (log P ), which proves the lea. The expected nuber of unnished jobs in the on-line solution at the end of the rst part of the sequence is ( log P ). This is by denition if Case 1 occurs. If Case occurs, the expected nuber of long jobs that are nished at tie r L, when the Lth phase ends, is P L= 1 log P P L= i=1 log P 4, and therefore the ex- i=1 i P r[i long jobs are nished by tie r L ] pected nuber of unnished long jobs is ( log P ). If the rst part of the sequence ends in Case 1 during phase i, then the second part of the sequence consists of releasing jobs of processing tie 1 at any integer tie r i + p i + k, k = 0; : : : ; P? 1. The expected total ow tie of the on-line solution is then ( P log P ). Otherwise, if Case occurs, jobs with processing tie 1 are presented at any tie r L + k, k = 0; : : : ; P? 1. Also in this case the expected total ow tie of the on-line solution is ( P log P ). We prove in the following that in both cases the optial total ow tie is O(P ). Observe that all the jobs of phase i can be nished by tie r i+1 = r i + p i using the following schedule that we denote as standard schedule: (i) the long jobs of length p i are processed non-preeptively, each on one of achines, between tie r i and r i + p i ; (ii) of jobs of length 1 released at 13

14 tie r i + k, k = 0; : : : ; p i? 1 are processed at tie r i + k. The reaining jobs released at tie r i + k, k = 0; : : : ; p i? 1, are processed at tie r i + k + p i. The total ow tie of this schedule for phase i is p i + ( p i ). In case 1, the standard schedule is used for the jobs released during the rst i? 1 phases, with a total ow tie bounded by P + 4P. With regard to jobs released during phase i, the 4 P i jobs of unit length are scheduled at their release ties on the achines available and then copleted by tie r i + p i, with a contribution of P i to the total ow tie. The set of P pairs of jobs of unit length, released between tie r i + p i and r i + p i + P? 1, are also assigned at their release ties to the achines available, and then their ow tie is P. Finally, the long jobs (each of length p i ) of phase i are processed starting at tie r i + p i + P with a contribution of (P + 3p i) to the total ow tie. In case, the standard schedule is applied to all L phases of the rst part of the sequence. All the jobs of the rst part are then copleted by tie r L with a total ow tie bounded by P + 4P. The P jobs of unit length are processed at their release ties with a contribution of P to the total ow tie. Therefore, in both cases the standard schedule has a ow tie of O(P ). We can now state the following. Theore 9 Any randoized on-line algorith for P ; jptn; r P j j F j is (log P ), (log n ) copetitive. Proof: We have shown for any on-line randoized algorith an input sequence where the ratio between the expected ow tie of the algorith and the optial ow tie is (log P ). To prove the (log n ) lower bound it is enough to observe that for any of such sequence the nuber of jobs released is n = O( P ). 3 The approxiation of total ow tie without preeption In this section we present an approxiation algorith for the total ow tie in the non-preeptive case. This algorith is based on a technique that converts any preeptive schedule for q the given n input instance into a non-preeptive schedule. In doing so we \pay" an additional O( ) in the approxiation ratio, therefore by using our previous approxiation result for P jptn; r j j P F j we get an algorith with O( q n log n ) approxiation ratio for P jr jj P F j. We also show an (n 1 3? ), for any > 0, lower bound on the approxiation ratio of polynoial algoriths for the proble. 3.1 A non-preeptive algorith to approxiate total ow tie Denote by S p j, C p j, F p j = C p j?r j and S j, C j, F j = C j?r j the starting, copletion, and ow tie in a preeptive and in a non-preeptive solution, respectively. Since a job is processed continuously until its copletion in the non-preeptive case, we have C j = S j + p j, while for the preeptive case C p j S p j + p j holds. F p = P jj F p j and F = P jj F j indicate the total ow tie of the preeptive and non-preeptive solution. Observe that the ow tie of the optial preeptive solution, denoted by F, is a lower bound over the optial non-preeptive solution. 14

15 The algorith The set of jobs of an instance J are divided into two sets according to the preeptive solution. The set of sall jobs S = fj JjF p j F p p n g; The set of big jobs B = fj JjF p j > F p p n g. The sall jobs are scheduled rst. These jobs are sorted in order of starting tie in the preeptive solution and are assigned to the rst available achines, not before its starting tie in the preeptive solution. Once all the sall jobs are scheduled, big jobs are assigned one by one in an arbitrary order. Consider job j B. Select a achine M j Pwith no ore than ( + ) n scheduled jobs for a total processing tie less or equal than ( + ), where is an arbitrarily sall positive constant. jj p j Dene q ( + ) n intervals in the following way. Interval [t i; t i+1 ], i = 0; : : : ; q ( + ) n? 1, t 0 = S p j, contains p j units of idle tie on achine M j. Now, select an interval [t i ; t i+1 ] that q contains no ore than ( + ) n jobs, and schedule job j with starting tie S j = t i. Shift ahead the jobs of the interval without changing the relative order, if necessary. (The idea of dening this kind of interval is borrowed fro [KTW96].) Lea 10 The solution given by the algorith is feasible. Proof: Observe that all jobs are scheduled not before their starting ties in the preeptive solution, and hence not before their release ties. For any big job j, we require the selection of a achine M j eeting two requireents: (i) The nuber of jobs scheduled on M j is no ore than ( + ) n ; (ii) The total processing tie of jobs scheduled on M j is no ore than ( + ). It is easy to prove that ore than achines eet each one of the two requireents. It follows that P jj p j at least one eets both requireents. The selection of the interval for a big job j is also feasible. >Fro the selection of the achine, the nuber of scheduled jobs on M j is at ost ( + ) n. It follows that at least one of q ( + ) n intervals contains no ore than q ( + ) n jobs. The analysis We copute the approxiation ratio of the algorith by coputing the increase of the total ow tie with respect to the preeptive solution due to its transforation into a non-preeptive solution. The analysis for sall jobs is based on the following lea that bounds the starting tie of a job in the non-preeptive solution. Lea 11 For any job j S, S j S p j + p F p n. Proof : Consider any job j S. If S j = S p j, the clai is proved. Otherwise, since jobs are considered in order of starting tie in the preeptive solution, and assigned in the non-preeptive solution not before their starting ties in the preeptive solution, no achine is idle between tie S p j and S j. Dene t S p j to be the latest tie when all achines becoe assigned with a job; if such tie does not exist, then t = 0. There is a job j 0 with a starting tie S j 0 = S p j 0 = t. 15

16 Our goal is to bound the total processing tie P scheduled on the achines since tie t, until tie S j when job j is considered to be assigned. Since job j is assigned to the rst achine available, we have S j t + P. When job j 0 is assigned at tie t, all the other achines are assigned with jobs starting not later than tie t, and are busy at ost until tie t + ax hs p h. A rst contribution to P is then (? 1)ax hs p h. A second contribution to P is given by the su of the processing ties of jobs of S, with starting tie in the preeptive solution between t and S p j. All these jobs are started in the preeptive solution not before tie t and ended not later than S p j + ax hs F p h. Their contribution to P is bounded by ((S p j? t) + ax hsf p h ). We then obtain S j t + P Sp j + ax hs p h + ax hs F p h, fro which the clai follows. The increase of ow tie with respect to the preeptive solution due to the schedule of any sall job j S is then bounded by p F p n. We now turn to q big jobs. Assue that job j B is scheduled at the beginning of the ith interval, i = 0; : : : ; ( + ) n? 1. The starting tie of job j is delayed with respect to the starting tie in the preeptive solution by at ost the su of the processing ties of the jobs scheduled q on M j, plus p j units of idle tie for any previous interval. Moreover, each of at ost ( + ) n jobs scheduled in the ith interval are shifted by at ost p j units of tie. However, observe that jobs in other intervals are not aected fro the scheduling of job j. The increase in the total ow tie due to schedule of a big job j is then bounded by P r jj p j ( + ) + p j ( + ) n : We nally put everything together, obtaining for the total ow tie the following expression: X js F = X jj F j (F p j + F p X P p ) + n jb(f p jj p j j + ( + ) F p + r n F p + ( + ) r n X jj p j + r + p j ( + ) n (1 + r n )F p + (( + ) + p + )r n F = = O(r n )F p r ( + ) n ) The rst inequality derives by adding the increase in the ow tie, due to the non-preeptive schedule, to the value of the preeptive solution. The second inequality is obtained by observing that there can be (n) sall jobs, but at ost p n big jobs. The third inequality stes fro the fact that the su of the processing ties is a lower bound over the optial preeptive solution. All together we have proved the following theore. Theore 1 Given an f(n; ) approxiation algorith for P jptn; r j j P F j, one can construct an O( q n f(n; )) approxiation algorith for P jr jj P F j. X jb p j 16

17 Observe that the algorith can be ipleented with a running tie bounded by O(n 3= ). Since SRPT is an O(log n ) approxiation for the optial preeptive solution we can also conclude the following corollary. Corollary 13 There exists an O( q n log n ) approxiation algorith for P jr jj P F j. In the single achine case, SRPT provides the optial preeptive solution. Therefore, the approxiation ratio of the non-preeptive algorith is O( p n). 3. A lower bound for non-preeptive approxiation algoriths In this section we prove that no polynoial tie approxiation algorith for P jr j j P F j can have a guaranteed worst-case ratio of O(n 1 3? ), for any > 0 and n 4. We consider a reduction fro the sae NP-coplete proble { Nuerical 3-Diensional Matching (N3DM) { used in [KTW] to prove an (n 1? ) lower bound for this proble on a single achine. The use of a reduction fro N3DM is justied since it reains NP-hard even if the input instance is encoded in unary for. We extend their technique to give a lower bound on any polynoial tie algorith for any xed nuber of parallel achines. Observe that such a lower bound iediately extends to algoriths, as the one designed in Section 3.1, that receives as part of its input. An instance of N3DM (see [GJ76]) is fored by three sets of k positive integers fa i g; f b i g; and fc i g, 1 i k, with P k i=1 a i + b i + c i = kd. The proble is to decide whether there exist perutations, and, such that a i + b (i) + c (i) = D holds for all i. Fix a value of. We transfor any instance I of N3DM into a second instance I 0 for which k is a ultiple integer of, and has a solution if and only if I has a solution. If k od > 0 then the instance I 0 is obtained by adding 3(? k od ) jobs, with size a i = D, b i = c i = 0, for i = 1; : : : ;? k od. It is easy to check that this new instance has the desired property. Given an instance of the proble with k ultiple integer of, and 0 < 1, we dene the 3 corresponding instance of P jr P j j F j as follows. Dene nubers: n = d(30k) 4= D 3= e; r = d3dn (1?)=3 e; g = 100rk : The scheduling instance contains the following jobs: 3k \big" jobs with release tie 0 and processing ties r + a i, 4r + b i, and 8r + c i, for 1 i k. kgr \tiny" jobs of type T 1, all of the with a processing tie of 1=rg. There are jobs with release ties of l(14r + D + 1)? 1 + p=rg for l = 1; : : : ; k, and p = 0; : : : ; rg? 1. g r \tiny" jobs of type T, all of the with a processing tie of 1=rg. There are jobs with release ties of k (14r + D + 1) + lr? 1 + p=rg for l = 1; : : : ; g, and p = 0; : : : ; rg? 1. The total nuber of jobs is 3k + kgr + g r g r 900 D 3 n 1? k 4 n; fro which we derive n 4, since k. Additional jobs with release tie and processing tie 0 are added to reach the value n. 17

18 k/(14r+d+1) + gr r k/(14r+d+1) 14r+D 1 Figure 4: A view of the instance for the lower bound In words, we release a group of rg tiny jobs of type T 1 every 14r + D + 1 units of tie, between tie 0 and k (14r + D + 1). Each of such groups is fored by jobs with processing tie 1=rg released every 1=rg units of tie. One can schedule all the tiny jobs of these k groups at their release ties, with a total ow tie of k. If this is the case, they leave \holes" of size 14r + D (see Figure 4 for a pictorial view of this schedule). Into these holes one can t three jobs of the for r + a i, 4r + b (i), and 8r + c (i), if a i + b (i) + c (i) D. Therefore, if the given instance has a solution, one can schedule all the tiny jobs at their release ties, and nish all the big jobs by tie k (14r + D + 1)? 1. The total ow tie in this case, denoted by F sol, is bounded by the following: F sol k (14r + D + 1)3k + k + g 150rk : On the other hand, if we assue that the given instance of N3DM has no solution, then at least one out of the 3k big jobs cannot t into the holes dened by the release ties of the jobs of type T 1. Furtherore, if the tiny jobs of type T are also scheduled at their release ties, they leave holes of size r? 1, where no big job can t. Such a big job is then either delayed until tie k (14r + D + 1) + gr, or scheduled to overlap the release ties of a set of tiny jobs of type T 1 or T that arks the end of a hole. Observe that, since the processing tie of big jobs is an integer value, they overlap the release tie of rg tiny jobs arking the end of a hole. Therefore, either one big job is delayed until tie 18

19 k (14r + D + 1) + gr and hence has a ow tie bigger that gr, or it is scheduled to overlap the release ties of a set of rg tiny jobs of type T 1 or T, with these release ties concentrated P in one unit of tie. This second case results in a total ow tie lower bounded by 1 rg rg j=1 j gr since one ore job is waiting to be scheduled each 1 rg these tiny jobs are released. units of tie during the entire interval when Now, we can prove the following theore: Theore 14 For all 0 < 1, and 0 < < 1, and xed, there does not exist a polynoial 3 tie approxiation algorith for P jr P j j F j, with n 4, having worst-case approxiation ratio n 1 3?, unless P = NP. Proof: Assue such an approxiation algorith A exists for soe xed 0 < 1, and 0 < < 1. 3 Take an instance of N3DM, encoded in unary, transfor it into an instance with k ultiple integer of, and construct an instance of P jr j j P F j for achines, as described in this section. The constructed instance of P jr j j P F j is polynoial in the size of the instance of N3DM encoded in unary for. Now, apply algorith A to the result schedule. If the given instance of N3DM has a solution, then we have the following bound on F A, which is the approxiated ow tie of algorith A. F A n 1 3? F sol < r 3 150rk 50r k : On the other hand, if the given instance of N3DM has no solution then the previous discussion iplies that F A F no rg = 50r k holds. Therefore, with the help of algorith A one can decide whether a given instance of N3DM has a solution or not, which is a contradiction. 4 Discussion In this paper we provided the rst results on approxiation algoriths for total ow tie in a ultiprocessor setting. The ain proble left open by this paper is the existence of better approxiation algoriths for the preeptive case. >Fro our results it is clear that such an algorith cannot be an online algorith, but at the present we do not know of any algorith that has a guaranteed approxiation ratio better than SRPT. A recent paper [PSTW97] points out that on-line algoriths can approach the optial solution when allowed to use ore achines or ore powerful achines than the corresponding o-line adversary. A better approxiation algorith for the preeptive case also iplies (using Theore 1) a better approxiation algorith for the non-preeptive case. This iproveent, however, ight be liited to an O(log n ) factor as we conjecture the existence of an (n 1? ) unapproxiability lower bound for any value of. In real life, preeption, like any other things, is not free. There is often a cost for each preeption, (paging, initializing variables, etc.), and thus the following objective function F P M = P Fj + c(# of preeptions), where c is a cost function to be specied, is of interest. Note that in our lower bound for online algoriths, the optial solution does not use preeption, therefore it is a lower bound for this proble too. Furtherore, SRPT uses at ost n preeptions, thus if 19

List Scheduling and LPT Oliver Braun (09/05/2017)

List Scheduling and LPT Oliver Braun (09/05/2017) List Scheduling and LPT Oliver Braun (09/05/207) We investigate the classical scheduling proble P ax where a set of n independent jobs has to be processed on 2 parallel and identical processors (achines)

More information

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness A Note on Scheduling Tall/Sall Multiprocessor Tasks with Unit Processing Tie to Miniize Maxiu Tardiness Philippe Baptiste and Baruch Schieber IBM T.J. Watson Research Center P.O. Box 218, Yorktown Heights,

More information

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science A Better Algorith For an Ancient Scheduling Proble David R. Karger Steven J. Phillips Eric Torng Departent of Coputer Science Stanford University Stanford, CA 9435-4 Abstract One of the oldest and siplest

More information

Homework 3 Solutions CSE 101 Summer 2017

Homework 3 Solutions CSE 101 Summer 2017 Hoework 3 Solutions CSE 0 Suer 207. Scheduling algoriths The following n = 2 jobs with given processing ties have to be scheduled on = 3 parallel and identical processors with the objective of iniizing

More information

Nonclairvoyant Scheduling to Minimize the Total Flow Time on Single and Parallel Machines

Nonclairvoyant Scheduling to Minimize the Total Flow Time on Single and Parallel Machines Nonclairvoyant Scheduling to Miniize the Total Flow Tie on Single and Parallel Machines LUCA BECCHETTI AND STEFANO LEONARDI University of Roe La Sapienza, Roe, Italy Abstract. Scheduling a sequence of

More information

1 Identical Parallel Machines

1 Identical Parallel Machines FB3: Matheatik/Inforatik Dr. Syaantak Das Winter 2017/18 Optiizing under Uncertainty Lecture Notes 3: Scheduling to Miniize Makespan In any standard scheduling proble, we are given a set of jobs J = {j

More information

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 3, 2009 Algoriths for parallel processor scheduling with distinct due windows and unit-tie obs A. JANIAK 1, W.A. JANIAK 2, and

More information

A Note on Online Scheduling for Jobs with Arbitrary Release Times

A Note on Online Scheduling for Jobs with Arbitrary Release Times A Note on Online Scheduling for Jobs with Arbitrary Release Ties Jihuan Ding, and Guochuan Zhang College of Operations Research and Manageent Science, Qufu Noral University, Rizhao 7686, China dingjihuan@hotail.co

More information

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies Approxiation in Stochastic Scheduling: The Power of -Based Priority Policies Rolf Möhring, Andreas Schulz, Marc Uetz Setting (A P p stoch, r E( w and (B P p stoch E( w We will assue that the processing

More information

Worst-case performance of critical path type algorithms

Worst-case performance of critical path type algorithms Intl. Trans. in Op. Res. 7 (2000) 383±399 www.elsevier.co/locate/ors Worst-case perforance of critical path type algoriths G. Singh, Y. Zinder* University of Technology, P.O. Box 123, Broadway, NSW 2007,

More information

Convex Programming for Scheduling Unrelated Parallel Machines

Convex Programming for Scheduling Unrelated Parallel Machines Convex Prograing for Scheduling Unrelated Parallel Machines Yossi Azar Air Epstein Abstract We consider the classical proble of scheduling parallel unrelated achines. Each job is to be processed by exactly

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany.

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany. New upper bound for the B-spline basis condition nuber II. A proof of de Boor's 2 -conjecture K. Scherer Institut fur Angewandte Matheati, Universitat Bonn, 535 Bonn, Gerany and A. Yu. Shadrin Coputing

More information

Multiprocessor scheduling with rejection

Multiprocessor scheduling with rejection Multiprocessor scheduling with rejection Bartal, Y.; Leonardi, S.; Marchetti Spaccaela, A.; Sgall, J.; Stougie, L. Published in: SIAM Journal on Discrete Matheatics DOI: 10.1137/S0895480196300522 Published:

More information

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors New Slack-Monotonic Schedulability Analysis of Real-Tie Tasks on Multiprocessors Risat Mahud Pathan and Jan Jonsson Chalers University of Technology SE-41 96, Göteborg, Sweden {risat, janjo}@chalers.se

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

Polygonal Designs: Existence and Construction

Polygonal Designs: Existence and Construction Polygonal Designs: Existence and Construction John Hegean Departent of Matheatics, Stanford University, Stanford, CA 9405 Jeff Langford Departent of Matheatics, Drake University, Des Moines, IA 5011 G

More information

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices CS71 Randoness & Coputation Spring 018 Instructor: Alistair Sinclair Lecture 13: February 7 Disclaier: These notes have not been subjected to the usual scrutiny accorded to foral publications. They ay

More information

4 = (0.02) 3 13, = 0.25 because = 25. Simi-

4 = (0.02) 3 13, = 0.25 because = 25. Simi- Theore. Let b and be integers greater than. If = (. a a 2 a i ) b,then for any t N, in base (b + t), the fraction has the digital representation = (. a a 2 a i ) b+t, where a i = a i + tk i with k i =

More information

On the Inapproximability of Vertex Cover on k-partite k-uniform Hypergraphs

On the Inapproximability of Vertex Cover on k-partite k-uniform Hypergraphs On the Inapproxiability of Vertex Cover on k-partite k-unifor Hypergraphs Venkatesan Guruswai and Rishi Saket Coputer Science Departent Carnegie Mellon University Pittsburgh, PA 1513. Abstract. Coputing

More information

Bipartite subgraphs and the smallest eigenvalue

Bipartite subgraphs and the smallest eigenvalue Bipartite subgraphs and the sallest eigenvalue Noga Alon Benny Sudaov Abstract Two results dealing with the relation between the sallest eigenvalue of a graph and its bipartite subgraphs are obtained.

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information

A1. Find all ordered pairs (a, b) of positive integers for which 1 a + 1 b = 3

A1. Find all ordered pairs (a, b) of positive integers for which 1 a + 1 b = 3 A. Find all ordered pairs a, b) of positive integers for which a + b = 3 08. Answer. The six ordered pairs are 009, 08), 08, 009), 009 337, 674) = 35043, 674), 009 346, 673) = 3584, 673), 674, 009 337)

More information

Lecture 21. Interior Point Methods Setup and Algorithm

Lecture 21. Interior Point Methods Setup and Algorithm Lecture 21 Interior Point Methods In 1984, Kararkar introduced a new weakly polynoial tie algorith for solving LPs [Kar84a], [Kar84b]. His algorith was theoretically faster than the ellipsoid ethod and

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

Tight Bounds for Maximal Identifiability of Failure Nodes in Boolean Network Tomography

Tight Bounds for Maximal Identifiability of Failure Nodes in Boolean Network Tomography Tight Bounds for axial Identifiability of Failure Nodes in Boolean Network Toography Nicola Galesi Sapienza Università di Roa nicola.galesi@uniroa1.it Fariba Ranjbar Sapienza Università di Roa fariba.ranjbar@uniroa1.it

More information

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40 On Poset Merging Peter Chen Guoli Ding Steve Seiden Abstract We consider the follow poset erging proble: Let X and Y be two subsets of a partially ordered set S. Given coplete inforation about the ordering

More information

Improved multiprocessor global schedulability analysis

Improved multiprocessor global schedulability analysis Iproved ultiprocessor global schedulability analysis Sanjoy Baruah The University of North Carolina at Chapel Hill Vincenzo Bonifaci Max-Planck Institut für Inforatik Sebastian Stiller Technische Universität

More information

Scheduling Contract Algorithms on Multiple Processors

Scheduling Contract Algorithms on Multiple Processors Fro: AAAI Technical Report FS-0-04. Copilation copyright 200, AAAI (www.aaai.org). All rights reserved. Scheduling Contract Algoriths on Multiple Processors Daniel S. Bernstein, Theodore. Perkins, Shloo

More information

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation journal of coplexity 6, 459473 (2000) doi:0.006jco.2000.0544, available online at http:www.idealibrary.co on On the Counication Coplexity of Lipschitzian Optiization for the Coordinated Model of Coputation

More information

arxiv: v1 [cs.ds] 17 Mar 2016

arxiv: v1 [cs.ds] 17 Mar 2016 Tight Bounds for Single-Pass Streaing Coplexity of the Set Cover Proble Sepehr Assadi Sanjeev Khanna Yang Li Abstract arxiv:1603.05715v1 [cs.ds] 17 Mar 2016 We resolve the space coplexity of single-pass

More information

arxiv: v1 [cs.ds] 3 Feb 2014

arxiv: v1 [cs.ds] 3 Feb 2014 arxiv:40.043v [cs.ds] 3 Feb 04 A Bound on the Expected Optiality of Rando Feasible Solutions to Cobinatorial Optiization Probles Evan A. Sultani The Johns Hopins University APL evan@sultani.co http://www.sultani.co/

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe PROPERTIES OF MULTIVARIATE HOMOGENEOUS ORTHOGONAL POLYNOMIALS Brahi Benouahane y Annie Cuyt? Keywords Abstract It is well-known that the denoinators of Pade approxiants can be considered as orthogonal

More information

Midterm 1 Sample Solution

Midterm 1 Sample Solution Midter 1 Saple Solution NOTE: Throughout the exa a siple graph is an undirected, unweighted graph with no ultiple edges (i.e., no exact repeats of the sae edge) and no self-loops (i.e., no edges fro a

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem 36 The Weierstrass Approxiation Theore Recall that the fundaental idea underlying the construction of the real nubers is approxiation by the sipler rational nubers. Firstly, nubers are often deterined

More information

Handout 7. and Pr [M(x) = χ L (x) M(x) =? ] = 1.

Handout 7. and Pr [M(x) = χ L (x) M(x) =? ] = 1. Notes on Coplexity Theory Last updated: October, 2005 Jonathan Katz Handout 7 1 More on Randoized Coplexity Classes Reinder: so far we have seen RP,coRP, and BPP. We introduce two ore tie-bounded randoized

More information

Introduction to Discrete Optimization

Introduction to Discrete Optimization Prof. Friedrich Eisenbrand Martin Nieeier Due Date: March 9 9 Discussions: March 9 Introduction to Discrete Optiization Spring 9 s Exercise Consider a school district with I neighborhoods J schools and

More information

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Tie-Varying Jaing Links Jun Kurihara KDDI R&D Laboratories, Inc 2 5 Ohara, Fujiino, Saitaa, 356 8502 Japan Eail: kurihara@kddilabsjp

More information

lecture 36: Linear Multistep Mehods: Zero Stability

lecture 36: Linear Multistep Mehods: Zero Stability 95 lecture 36: Linear Multistep Mehods: Zero Stability 5.6 Linear ultistep ethods: zero stability Does consistency iply convergence for linear ultistep ethods? This is always the case for one-step ethods,

More information

Note on generating all subsets of a finite set with disjoint unions

Note on generating all subsets of a finite set with disjoint unions Note on generating all subsets of a finite set with disjoint unions David Ellis e-ail: dce27@ca.ac.uk Subitted: Dec 2, 2008; Accepted: May 12, 2009; Published: May 20, 2009 Matheatics Subject Classification:

More information

Faster and Simpler Algorithms for Multicommodity Flow and other. Fractional Packing Problems. Abstract

Faster and Simpler Algorithms for Multicommodity Flow and other. Fractional Packing Problems. Abstract Faster and Sipler Algoriths for Multicoodity Flow and other Fractional Packing Probles Naveen Garg Jochen Koneann y Abstract This paper considers the proble of designing fast, approxiate, cobinatorial

More information

The Simplex Method is Strongly Polynomial for the Markov Decision Problem with a Fixed Discount Rate

The Simplex Method is Strongly Polynomial for the Markov Decision Problem with a Fixed Discount Rate The Siplex Method is Strongly Polynoial for the Markov Decision Proble with a Fixed Discount Rate Yinyu Ye April 20, 2010 Abstract In this note we prove that the classic siplex ethod with the ost-negativereduced-cost

More information

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool Constant-Space String-Matching in Sublinear Average Tie (Extended Abstract) Maxie Crocheore Universite de Marne-la-Vallee Leszek Gasieniec y Max-Planck Institut fur Inforatik Wojciech Rytter z Warsaw University

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

More information

Stochastic Machine Scheduling with Precedence Constraints

Stochastic Machine Scheduling with Precedence Constraints Stochastic Machine Scheduling with Precedence Constraints Martin Skutella Fakultät II, Institut für Matheatik, Sekr. MA 6-, Technische Universität Berlin, 0623 Berlin, Gerany skutella@ath.tu-berlin.de

More information

INTEGRATIVE COOPERATIVE APPROACH FOR SOLVING PERMUTATION FLOWSHOP SCHEDULING PROBLEM WITH SEQUENCE DEPENDENT FAMILY SETUP TIMES

INTEGRATIVE COOPERATIVE APPROACH FOR SOLVING PERMUTATION FLOWSHOP SCHEDULING PROBLEM WITH SEQUENCE DEPENDENT FAMILY SETUP TIMES 8 th International Conference of Modeling and Siulation - MOSIM 10 - May 10-12, 2010 - Haaet - Tunisia Evaluation and optiization of innovative production systes of goods and services INTEGRATIVE COOPERATIVE

More information

In this chapter, we consider several graph-theoretic and probabilistic models

In this chapter, we consider several graph-theoretic and probabilistic models THREE ONE GRAPH-THEORETIC AND STATISTICAL MODELS 3.1 INTRODUCTION In this chapter, we consider several graph-theoretic and probabilistic odels for a social network, which we do under different assuptions

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

FLOWSHOP SCHEDULES WITH SEQUENCE DEPENDENT SETUP TIMES

FLOWSHOP SCHEDULES WITH SEQUENCE DEPENDENT SETUP TIMES Journal of the Operations Research Society of Japan Vo!. 29, No. 3, Septeber 1986 1986 The Operations Research Society of Japan FLOWSHOP SCHEDULES WITH SEQUENCE DEPENDENT SETUP TIMES Jatinder N. D. Gupta

More information

Algebraic Montgomery-Yang problem: the log del Pezzo surface case

Algebraic Montgomery-Yang problem: the log del Pezzo surface case c 2014 The Matheatical Society of Japan J. Math. Soc. Japan Vol. 66, No. 4 (2014) pp. 1073 1089 doi: 10.2969/jsj/06641073 Algebraic Montgoery-Yang proble: the log del Pezzo surface case By DongSeon Hwang

More information

arxiv: v1 [math.co] 19 Apr 2017

arxiv: v1 [math.co] 19 Apr 2017 PROOF OF CHAPOTON S CONJECTURE ON NEWTON POLYTOPES OF q-ehrhart POLYNOMIALS arxiv:1704.0561v1 [ath.co] 19 Apr 017 JANG SOO KIM AND U-KEUN SONG Abstract. Recently, Chapoton found a q-analog of Ehrhart polynoials,

More information

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay A Low-Coplexity Congestion Control and Scheduling Algorith for Multihop Wireless Networks with Order-Optial Per-Flow Delay Po-Kai Huang, Xiaojun Lin, and Chih-Chun Wang School of Electrical and Coputer

More information

Lean Walsh Transform

Lean Walsh Transform Lean Walsh Transfor Edo Liberty 5th March 007 inforal intro We show an orthogonal atrix A of size d log 4 3 d (α = log 4 3) which is applicable in tie O(d). By applying a rando sign change atrix S to the

More information

1 Bounding the Margin

1 Bounding the Margin COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #12 Scribe: Jian Min Si March 14, 2013 1 Bounding the Margin We are continuing the proof of a bound on the generalization error of AdaBoost

More information

Supplementary Information for Design of Bending Multi-Layer Electroactive Polymer Actuators

Supplementary Information for Design of Bending Multi-Layer Electroactive Polymer Actuators Suppleentary Inforation for Design of Bending Multi-Layer Electroactive Polyer Actuators Bavani Balakrisnan, Alek Nacev, and Elisabeth Sela University of Maryland, College Park, Maryland 074 1 Analytical

More information

Hybrid System Identification: An SDP Approach

Hybrid System Identification: An SDP Approach 49th IEEE Conference on Decision and Control Deceber 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Hybrid Syste Identification: An SDP Approach C Feng, C M Lagoa, N Ozay and M Sznaier Abstract The

More information

Principles of Optimal Control Spring 2008

Principles of Optimal Control Spring 2008 MIT OpenCourseWare http://ocw.it.edu 16.323 Principles of Optial Control Spring 2008 For inforation about citing these aterials or our Ters of Use, visit: http://ocw.it.edu/ters. 16.323 Lecture 10 Singular

More information

Computational and Statistical Learning Theory

Computational and Statistical Learning Theory Coputational and Statistical Learning Theory Proble sets 5 and 6 Due: Noveber th Please send your solutions to learning-subissions@ttic.edu Notations/Definitions Recall the definition of saple based Radeacher

More information

Computable Shell Decomposition Bounds

Computable Shell Decomposition Bounds Coputable Shell Decoposition Bounds John Langford TTI-Chicago jcl@cs.cu.edu David McAllester TTI-Chicago dac@autoreason.co Editor: Leslie Pack Kaelbling and David Cohn Abstract Haussler, Kearns, Seung

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

Fairness via priority scheduling

Fairness via priority scheduling Fairness via priority scheduling Veeraruna Kavitha, N Heachandra and Debayan Das IEOR, IIT Bobay, Mubai, 400076, India vavitha,nh,debayan}@iitbacin Abstract In the context of ulti-agent resource allocation

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

An FPTAS for the minimum total weighted tardiness problem with a fixed number of distinct due dates

An FPTAS for the minimum total weighted tardiness problem with a fixed number of distinct due dates An FPTAS for the iniu total weighted tardiness proble with a fixed nuber of distinct due dates George Karaostas Stavros G. Kolliopoulos Jing Wang February 3, 2009 Abstract Given a sequencing of jobs on

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

Chaotic Coupled Map Lattices

Chaotic Coupled Map Lattices Chaotic Coupled Map Lattices Author: Dustin Keys Advisors: Dr. Robert Indik, Dr. Kevin Lin 1 Introduction When a syste of chaotic aps is coupled in a way that allows the to share inforation about each

More information

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes Graphical Models in Local, Asyetric Multi-Agent Markov Decision Processes Ditri Dolgov and Edund Durfee Departent of Electrical Engineering and Coputer Science University of Michigan Ann Arbor, MI 48109

More information

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks Intelligent Systes: Reasoning and Recognition Jaes L. Crowley MOSIG M1 Winter Seester 2018 Lesson 7 1 March 2018 Outline Artificial Neural Networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS Jochen Till, Sebastian Engell, Sebastian Panek, and Olaf Stursberg Process Control Lab (CT-AST), University of Dortund,

More information

Learnability and Stability in the General Learning Setting

Learnability and Stability in the General Learning Setting Learnability and Stability in the General Learning Setting Shai Shalev-Shwartz TTI-Chicago shai@tti-c.org Ohad Shair The Hebrew University ohadsh@cs.huji.ac.il Nathan Srebro TTI-Chicago nati@uchicago.edu

More information

arxiv: v1 [math.nt] 14 Sep 2014

arxiv: v1 [math.nt] 14 Sep 2014 ROTATION REMAINDERS P. JAMESON GRABER, WASHINGTON AND LEE UNIVERSITY 08 arxiv:1409.411v1 [ath.nt] 14 Sep 014 Abstract. We study properties of an array of nubers, called the triangle, in which each row

More information

Optimal Jamming Over Additive Noise: Vector Source-Channel Case

Optimal Jamming Over Additive Noise: Vector Source-Channel Case Fifty-first Annual Allerton Conference Allerton House, UIUC, Illinois, USA October 2-3, 2013 Optial Jaing Over Additive Noise: Vector Source-Channel Case Erah Akyol and Kenneth Rose Abstract This paper

More information

1 Rademacher Complexity Bounds

1 Rademacher Complexity Bounds COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #10 Scribe: Max Goer March 07, 2013 1 Radeacher Coplexity Bounds Recall the following theore fro last lecture: Theore 1. With probability

More information

A note on the multiplication of sparse matrices

A note on the multiplication of sparse matrices Cent. Eur. J. Cop. Sci. 41) 2014 1-11 DOI: 10.2478/s13537-014-0201-x Central European Journal of Coputer Science A note on the ultiplication of sparse atrices Research Article Keivan Borna 12, Sohrab Aboozarkhani

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Now multiply the left-hand-side by ω and the right-hand side by dδ/dt (recall ω= dδ/dt) to get:

Now multiply the left-hand-side by ω and the right-hand side by dδ/dt (recall ω= dδ/dt) to get: Equal Area Criterion.0 Developent of equal area criterion As in previous notes, all powers are in per-unit. I want to show you the equal area criterion a little differently than the book does it. Let s

More information

Support Vector Machines. Maximizing the Margin

Support Vector Machines. Maximizing the Margin Support Vector Machines Support vector achines (SVMs) learn a hypothesis: h(x) = b + Σ i= y i α i k(x, x i ) (x, y ),..., (x, y ) are the training exs., y i {, } b is the bias weight. α,..., α are the

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

Combining Classifiers

Combining Classifiers Cobining Classifiers Generic ethods of generating and cobining ultiple classifiers Bagging Boosting References: Duda, Hart & Stork, pg 475-480. Hastie, Tibsharini, Friedan, pg 246-256 and Chapter 10. http://www.boosting.org/

More information

Tight Complexity Bounds for Optimizing Composite Objectives

Tight Complexity Bounds for Optimizing Composite Objectives Tight Coplexity Bounds for Optiizing Coposite Objectives Blake Woodworth Toyota Technological Institute at Chicago Chicago, IL, 60637 blake@ttic.edu Nathan Srebro Toyota Technological Institute at Chicago

More information

The Hilbert Schmidt version of the commutator theorem for zero trace matrices

The Hilbert Schmidt version of the commutator theorem for zero trace matrices The Hilbert Schidt version of the coutator theore for zero trace atrices Oer Angel Gideon Schechtan March 205 Abstract Let A be a coplex atrix with zero trace. Then there are atrices B and C such that

More information

Fixed-to-Variable Length Distribution Matching

Fixed-to-Variable Length Distribution Matching Fixed-to-Variable Length Distribution Matching Rana Ali Ajad and Georg Böcherer Institute for Counications Engineering Technische Universität München, Gerany Eail: raa2463@gail.co,georg.boecherer@tu.de

More information

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13 CSE55: Randoied Algoriths and obabilistic Analysis May 6, Lecture Lecturer: Anna Karlin Scribe: Noah Siegel, Jonathan Shi Rando walks and Markov chains This lecture discusses Markov chains, which capture

More information

Necessity of low effective dimension

Necessity of low effective dimension Necessity of low effective diension Art B. Owen Stanford University October 2002, Orig: July 2002 Abstract Practitioners have long noticed that quasi-monte Carlo ethods work very well on functions that

More information

Mixed Robust/Average Submodular Partitioning

Mixed Robust/Average Submodular Partitioning Mixed Robust/Average Subodular Partitioning Kai Wei 1 Rishabh Iyer 1 Shengjie Wang 2 Wenruo Bai 1 Jeff Biles 1 1 Departent of Electrical Engineering, University of Washington 2 Departent of Coputer Science,

More information

Divisibility of Polynomials over Finite Fields and Combinatorial Applications

Divisibility of Polynomials over Finite Fields and Combinatorial Applications Designs, Codes and Cryptography anuscript No. (will be inserted by the editor) Divisibility of Polynoials over Finite Fields and Cobinatorial Applications Daniel Panario Olga Sosnovski Brett Stevens Qiang

More information

E0 370 Statistical Learning Theory Lecture 5 (Aug 25, 2011)

E0 370 Statistical Learning Theory Lecture 5 (Aug 25, 2011) E0 370 Statistical Learning Theory Lecture 5 Aug 5, 0 Covering Nubers, Pseudo-Diension, and Fat-Shattering Diension Lecturer: Shivani Agarwal Scribe: Shivani Agarwal Introduction So far we have seen how

More information

Maximum Entropy Interval Aggregations

Maximum Entropy Interval Aggregations Maxiu Entropy Interval Aggregations Ferdinando Cicalese Università di Verona, Verona, Italy Eail: cclfdn@univr.it Ugo Vaccaro Università di Salerno, Salerno, Italy Eail: uvaccaro@unisa.it arxiv:1805.05375v1

More information

A Theoretical Analysis of a Warm Start Technique

A Theoretical Analysis of a Warm Start Technique A Theoretical Analysis of a War Start Technique Martin A. Zinkevich Yahoo! Labs 701 First Avenue Sunnyvale, CA Abstract Batch gradient descent looks at every data point for every step, which is wasteful

More information

Linear recurrences and asymptotic behavior of exponential sums of symmetric boolean functions

Linear recurrences and asymptotic behavior of exponential sums of symmetric boolean functions Linear recurrences and asyptotic behavior of exponential sus of syetric boolean functions Francis N. Castro Departent of Matheatics University of Puerto Rico, San Juan, PR 00931 francis.castro@upr.edu

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information