HEURISTIC ALGORITHM FOR SINGLE RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM BASED ON THE DYNAMIC PROGRAMMING

Size: px
Start display at page:

Download "HEURISTIC ALGORITHM FOR SINGLE RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM BASED ON THE DYNAMIC PROGRAMMING"

Transcription

1 Yugoslav Journal o Operaons Research Volume 19 (2009) Number 2, DOI: /YUJOR S HEURISTIC ALGORITHM FOR SINGLE RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM BASED ON THE DYNAMIC PROGRAMMING Ivan STANIMIROVIĆ 1, Marko PETKOVIĆ 2 Predrag STANIMIROVIĆ 3 * and Mroslav ĆIRIĆ 4 1,2,3,4 Unversy o Nš, Deparmen o Mahemacs and normacs, Faculy o Scences and Mahemacs, 1 van.sanmrovc@gmal.com, 2 dexerons@neobee.ne, 3 pecko@pm.pm.n.ac.rs, 4 crcm@bankerner.ne Receved: May 2006 / Acceped: Ocober 2009 Absrac: We nroduce a heursc mehod or he sngle resource consraned projec schedulng problem, based on he dynamc programmng soluon o he knapsack problem. Ths mehod schedules projecs wh one ype o resources, n he non-preempve case: once sared an acvy s no nerruped and runs o compleon. We compare he mplemenaon o hs mehod wh well-known heursc schedulng mehod, called Mnmum Slack Frs (known also as Gray-Kdd algorhm), as well as wh Mcroso Projec. Keywords: Resource schedulng, dynamc programmng, knapsack problem, DELPHI. 1. INTRODUCTION In pracce mos organzaons work whn lmed resources, so projecs are subjec o he same consran. A new projec may seek an addonal use o resources, so s needed o ensure ha hey really would be avalable. * Correspondng auhor

2 282 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm On he oher hand, he me consrans are always presen, so projec manager mus work under ha boundary. Resource levelng s a way o resolve havng oo much work assgned o resources, known as resource over allocaon. The nework dagram can be used o nd opporunes or shorenng he projec schedule. Ths nvolves lookng a where we can cu he amoun o me akes o complee acves on he crcal pah, or example, by ncreasng he resources avalable o hese acves. Anoher soluon s o deny where any oher roues mgh have some slack. We may hen be able o reallocae resources o reduce he pressure on he eam members who are responsble or acves on he crcal pah. We consder he problem o resource dsrbuon a he pon o mnmzaon o he projec makespan, and nroduce a heursc mehod or solvng he sngle resource consraned projec schedulng problem, based on he knapsack problem and dynamc programmng. The oal number o avalable resource uns s consan and speced n advance. A un o resource canno be shared by wo or more acves. An acvy s ready o be processed only when all s predecessor acves are compleed and he number o resource uns requred by are ree and can be allocaed o. Once sared, an acvy s no nerruped and runs o compleon. When levelng resources, we do no change resource assgnmens, nor ask normaon. We only delay asks. In a dynamc programmng soluon o he knapsack problem, we calculae he bes combnaon or all knapsack szes up o M [12]: or j:=1 o N do or :=1 o M do -sze[j]>=o hen cos[]<(cos[-sze[j]]+val[j]) hen begn cos[]:=cos[-sze[j]]+val[j]; bes[]:=j end; In hs program, N s he number o ems, val[j] s he value o jh em, sze[j] s s volume, cos[] s he hghes value ha can be acheved wh a knapsack o capacy and bes[] s he las em ha was added o acheve ha maxmum (hs s used o recover he conens o he knapsack). Frs, we calculae he bes ha we can do or all knapsack szes when only ems o ype A (or j = 1) are aken, hen we calculae he bes ha we can do when only A s and B s (or j = 2) are aken, ec. The soluon reduces o a smple calculaon or cos[]. Suppose an em j s chosen or he knapsack: hen he bes value ha could be acheved or he oal would be val[j] + cos[ - sze[j]], where cos[ - sze[j]] s he opmal llng o he res o he knapsack. I hs value exceeds he bes value ha can be acheved whou an em j, hen we updae cos[] and bes[]; oherwse we leave hem alone. A smple nducon proo shows ha hs sraegy solves he problem [12].

3 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 283 In hs paper we propose a new sraegy o solve he sngle resource consraned projec schedulng problem. In each sage o he schedulng we consder a schedule me and he correspondng elgble se o acves whch could be sared a he momen whou volaon o gven consrans whch dene he projec. As s proposed n [14] and [9], we acvae a subse o acves rom he elgble se solvng he knapsack problem maxmzng he resource ulzaon. Bu, nsead o Greedy randomzed adapve search procedure (GRASP), used n [9], we apply he dynamc programmng and Bellman s prncple (see [1]). The paper s organzed as ollows. In he second secon we sae mahemacal ormulaon o he problem and compare he projec duraon compued by our algorhm wh he early nsh o he projec. In he hrd secon he algorhm and several mplemenaon deals are descrbed. In he las secon we compare he mplemenaon o our algorhm wh known soware Mcroso Projec 2003 and Gray-Kdd algorhm. 2. MATHEMATICAL FORMULATION OF THE PROBLEM A projec consss o a se o acves J = {A } I, parally ordered by precedence consrans, where I = {1,,n} s a se o acves ndces and n s a number o acves requred by he projec. I s assumed ha he projec requres only one ype o resources. The enre projec s dened as he ordered par (J, R), where he naural number R denoes he resource maxmal uns avalable n he projec. Each o acves A s dened as he ordered rple A = (p,, r, P ), I, where p N represens he processng me (duraon) o acvy A, value r N s a number o resources needed or A, and P I s an array whch conans predecessors ndces or A. An acvy A s sad o be a predecessor o A j, when A j canno sar unl A has nshed. Ths ac s wren as P j or A < A j, where < denes he precedence relaonshp. Smlarly A j s sad o be a successor acvy o A. We assume ha he number r s xed or he lasng me o acvy A. Le F denoes he se ncludng all pars o acves wh predecessor and successor relaonshps. These pars dene a dgraph o he projec G = (J, F), where (A, A j ) F and only P j, A, A j J. A projec sars a me = 0. A schedule or he projec s an assgnmen o a sar s me o each acvy A. An acvy s sad o be scheduled when s assgned a sar me. The vecor denng sars o acves ncluded no he projec (J, R) s dened as he s s s ordered n-uple = ( 1,..., n ) o naural numbers, and s called sar vecor o he projec. Smlarly denoe he vecor o acves nshes by = ( 1,..., n ). The nsh o each acvy

4 284 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm s s compued rom s sar as = + p. Vecors s and are beng calculaed n our algorhm. A easble schedule s a schedule ha sases he gven precedence and resource consrans. An opmum schedule s a easble schedule ha opmzes he gven objecve uncon. Our goal s o nd sar me s or each acvy A due o mnmze he projec compleon me (makespan) o he projec, calculaed by Dur : = max{ I}. We dene he resource uns requred by A n he schedulng me as ollows: s r, r = = xr, 0, oherwse where x = 1 when he acvy A s sared and sll no nshed (n he me nerval s ), and x 0 = oherwse. Formally, he am o he general sngle resource consraned projec schedulng problem s o nd an opmal schedule, and can be ormulaed by he ollowng mahemacal model, n he me : mn Dur = max{ I} (2.1) s s..( j I)( P ) (2.2) j j ( N ) r R (2.3) I Our objecve s o mnmze he makespan o he projec. Each acvy needs o be sared aer all s predecessors acves nsh (condon (2.2)), and n every momen, he oal number o occuped resources s less han R (condon (2.3)). Proposon 2.1. Condon (2.2) can be wren n he ollowng equvalen orm: ( j I)( P) p (2.4) j j j Observe ha he condon (2.4) s equvalen wh he correspondng one rom [15]. Thereore, mahemacal model (2.1)-(2.3) s equvalen wh correspondng one, descrbed n [9], [15], n he case when one ype o resources s used. Schedule s o he projec (J, R) s easble condons (2.2) and (2.3) are sased. A easble schedule s opmal (2.1) s ullled. Nex lemma can be easly proven by he nducon. Ths lemma gves a soppng creron or ncreasng maxmal un s avalably o he resource,.e. he early nsh o he projec. Lemma 2.1 Le s be he easble schedule o he projec (J, R). Le us consder he early nsh τ or each acvy A j, j I, recursvely as ollows: 0 j

5 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 285 Then p, P = 0; 0 τ j = 0 j j 0 max{ τ + pj}, oherwse. Pj 0 0 τ, or each I. Also Dur max τ = τ. Pj Proo. Le us apply he opologcal sor o G,.e. nd he permuaon 1,, n o I such ha P { 1,..., j 1} or all j I. Then we sor values τ 0 n he non-ascendng order j τ τ.we wll connue proo by he nducon. For j = 1, ollows ha P 1 =, so n 0 s τ = p 1 p =. In he case j > 1 suppose ha he clam o lemma s sased or all 1 1 1,, j-1 and prove or j. In he case P j = ;, concluson ollows rom he same reasons as 0 0 n he case j = 1. Suppose now ha P j =, and consder τ = p + max τ. From he nducve j j k k P j 0 hypohess we have τ k or every k k P j. Also, n vew o (2.2) we have = + p + p τ + p (2.5) s 0 k k j j j j j 0 or all k P j. I we ake he maxmum n (2.5) over all k P j, we oban τ, so we j j nshed he proo by nducon. The second saemen o he lemma ollows mmedaely. The resul o hs lemma s used as he soppng creron n he ollowng sense: n each example, he maxmal uns o he resource s ncreased unl all o hree consdered algorhms reach he duraon equal o early nsh o he projec. We resae, n he recursve orm, he noon o he lae sar o acvy A, known n he leraure: τ, n 1 = θ = 0 n 1 mn{ θ j p}, = 1,..., n 1. The lae nsh τ 1 o A s equal o τ 1 1 = θ + p and s early sar θ 0 s equal o 0 0 θ = τ p. 3. ALGORITHM Le us rs menon some known heursc resource schedulng mehods rom [4]. To choose a subse o acves sasyng projec consrans no he schedule, several heurscs are known. Mercs or assgnng prores are: 1) Shores Task Frs 2) Mos Resources Frs 3) Mnmum Slack Frs (Gray-Kdd algorhm)

6 286 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 4) Mos Crcal Followers 5) Mos Successors There are many papers comparng alernave heursc algorhms. Paerson and Davs n [6], [7] compared hese heurscs, n seral and parallel modes and acheved he resul he mos eecve algorhm s Mnmum Slack Frs. The smlar resuls are acheved n [10]. The Mnmum Slack Frs mehod s descrbed n [5] (p ). Kocheov and Solyar [9] devse an evoluonary algorhm whch com-bnes genec algorhm, pah relnkng, and abu search. In order o selec a subse o acves rom he elgble se no he schedule, hey solve he knapsack problem. The dea o usng he knapsack problem wh objecve uncon maxmzng he re-source ulzaon rao s nroduced n [13] and [14]. In order o solve he knapsack problem saed or he sake o resource ulzaon, n [9] and [14] use GRASP (greedy randomzed adapve search procedure) algorhm rom [8]. GRASP s an erave mul-sar algorhm. There are wo phases n every eraon: a greedy adapve randomzed consrucon phase and a local search phase. Sarng rom he easble soluon bul durng he greedy adapve randomzed consrucon phase, he local search explores s neghborhood unl a local opmum s ound. The bes soluon ound overall he deren eraons s kep as he resul [8]. A soluon x s sad o be n he basn o aracon o he global opmum local search sarng rom x leads o he global opmum. Once he neghborhood and objecve uncon are deermned, deren sarng soluons can be used o sar he local search n a mulsar procedure. I he sarng soluon s n he basn o aracon o he global opmum, local search nds he global opmum. Oherwse, a non-global local opmum s ound [11]. Usng greedy soluons as sarng pons or local search n a mul-sar procedure wll usually lead o good, hough, mos oen, subopmal soluons. Ths s because he amoun o varably n greedy soluons s small and s less lkely ha a greedy sarng soluon wll be n he basn o aracon o a global opmum. I here are no es n he greedy uncon values or, a deermnsc rule s used o break es, here s no varably and a mulsar procedure would produce he same soluon n each eraon [11]. In hs secon we wll nroduce an algorhm or resource schedulng, called DynamcRes, whch s based on he knapsack problem and he dynamc programmng. Ths heursc gves beer resuls wh respec o Gray-Kdd algorhm n mos cases. Algorhm DynamcRes s beng wren n he programmng language DELPHI. The algorhm requres a sequence o acves, and he ollowng parameers or each acvy A, I : - duraon o he acvy (neger p ), - array o ordnal numbers o s predecessors, denoed by P, - uns o resource requred (neger r ). Also, he npu parameer o he algorhm s oal number o resource uns avalable n he projec, denoed by R.

7 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 287 Oupu o algorhm are begnnngs o acves aer he resource schedulng s s s perormed,.e. he sar vecor ( 1,..., n ) o he projec acves as well as he correspondng makespan o he projec. We use he saus o each acvy, denoed wh Sa : 0, A s no sared, Sa = 1, A s nshed. In each sage o schedulng we have a schedule me, N and correspondng ses E() and A(), dened n he ollowng denons, resaed rom [9]: Denon 3.1. The se o acves whch could be sared a me whou volaon o any consrans s equal o E() = { j I Sa = 0 ( P ) Sa = 1}. (3.1) j j Denon 3.2. The se o acves whch are n progress a he me s s A() = { I }. (3.2) We now dene he noon called momen o he projec, useul n he algorhm descrpon. Ths value s represened by varable Momen n he algorhm. Denon 3.3. The momen o he projec s equal o 0 n s sar, and n each oher case he momen s equal o he mnmal me when a leas one o sared and uncompleed acves s nshed: 0, when projec sars ( = 0), Momen = mn{ j j A( )}, oherwse. We also dene momenary slack. Ths noon s acual or acves A j wh ndces belongng o E() a he me dened by momen. Denon 3.4. Momenary slack o he acvy A s equal o MSlack = Momen. Algorhm 3.1. DynamcRes Sep 1. Se he schedule me = 0, and Sa = 0 or all I. Sep 2. Compue he number o avalable resource uns by R () = R r (3.3) a A() For each j E() perorm he ollowng:

8 288 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm I 1 j a() j j, r R + p τ (3.4) where 1 τ j denoes he lae nsh or acvy A j, hen se s s =, = + p, R ( ) = R ( ) r ; (3.5) j j j j a a j oherwse, delay acvy A j. Ths means ha each acvy whch exceeds s own lae nsh, sarng rom he acual momen o he projec, needs o be sared here are enough resource uns avalable as s requred by. Sep 3. I E() = ; hen go o Sep 5, oherwse go o Sep 4. Sep 4. Solve he knapsack problem wh capacy R a (), where he values and volumes o arcles are equal o r, E(): mn R ( ) a E()\ A() s.. xr R (), E()\ A() a xr where x {0,1}, E(). For each sasyng x = 1 se s =, = s + p. Sep 5. Now se he new value or he varable Momen: (3.6) Momen = mn{ A( )} (3.7) and se Sa = 1 or all acves sasyng Momen. Sep 6. Se = Momen. I here are non sared acves (( I) Sa = 0), go o Sep 2. Oherwse, he makespan o he projec s equal o max { I}, and he schedule o he projec s he s = ( s 1,..., s n ). Remark 3.1 Gray-Kdd algorhm schedules acves whch have a mnmal value o he momenary slack MSlack. Oppose o hs algorhm, we propose he ollowng: se he begnnngs (lke n Sep 4.) or all acves whch concdes wh he opmal soluon o he knapsack problem (3.6). Remark 3.2. Problem (3.6) can be resaed n he ollowng equvalen orm: =

9 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 289 max xr E()\ A() s.. xr R (), E()\ A() a (3.8) Problem (3.8) s a one-dmensonal varan o he knapsack problem saed n [9] and [14], and a varan o he classcal 0-1 knapsack problem (see, or example [2]). In order o solve (3.8), nsead o he GRASP algorhm used n [9] and [14], we use he dynamc programmng. Thereore, we speak o ems represenng requremens o he resource. The se o weghs (volumes) as well as he se o values s equal o {r I}. To avod rval cases we assume r Rand r R, or each I. Comparng problem (3.8) I wh he dynamc programmng soluon o he knapsack problem, resaed rom [12], he ollowng analoges are evden: - he objecve uncon cos s equvalen wh x r ; E()\ A() - he knapsack sze M s equvalen wh he number o avalable resource uns, denoed by R a (), whch s dened n (3.3) and (3.5); - number N o deren ypes o ems s replaced by he cardnal number o he se I, denoed by n; - val[j] = sze[j] = r j ; - Assgnmen bes[] = j mples x j = 1 n (3.6) and (3.8). I s known ha he knapsack problem exhbs opmal subsrucure, and s opmal soluon conans whn opmal soluon o sub problems [3]. Typcally, he oal number o dsnc sub problems s a polynomal n he npu sze. When a recursve algorhm revss he same problem over and over agan, we say ha he opmzaon problem has overlappng sub problems. Dynamc programmng algorhms ypcally ake advanage o overlappng sub problems by solvng each sub problem once and hen sorng he soluon n a able [3]. Also, s known ha greedy algorhms do no always yeld opmal soluons [3]. Remark 3.3 Usng he man dea o he Gray-Kdd algorhm, n he case when we have more soluons or he knapsack problem, we use he soluon conanng acvy wh he mnmal value or MSlack. Here we consder an example o dscuss abou he derence beween he Gray- Kdd algorhm and DynamcRes algorhm. Example 3.1 Duraons, uns o he resource requred and predecessors o all acves n he projec are arranged n he ollowng able.

10 290 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm Acves A B C D E F G H I Duraon Uns Predecessors A B,C B B E F,G Assume ha R = 12 resource uns are avalable n he projec. Observe he rs acual nerval: [0, 2]. We should numerae acves A, B and C, n accordance o Gray-Kdd algorhm. Acvy B s crcal and we mark by he number 1. Acvy C has a slack o 2 days and s marked by he number 2. Fnally, acvy A has he bgges slack o 4 days and s assgned by he number 3. Acves A, B and C requre all ogeher 13 uns o he resource, so we pu he sar o acvy A a he momen 2, and schedule acves B, C. On he oher hand, usng algorhm DynamcRes we ll he knapsack o capacy 12 by objecs whose values and capaces are r 1 = 5, r 2 = 5, r 3 = 3. Thereore, he maxmal volume s lled wh volumes r 1 = 5, r 2 = 5. In accordance wh algorhm DynamcRes, s necessary o move he sar o acvy C a he momen 2. In boh algorhms, he remander o he projec sars a he momen 2. Gray-Kdd and DynamcRes gve deren soluons wh he same duraon o he projec (17 days). Here are gven wo deren soluons o he projec schedulng, rs usng DynamcRes algorhm (Fgure 3.1) and he oher usng Gray-Kdd algorhm (Fgure 3.2). Fgure 3.1. Soluon gven by DynamcRes Fgure 3.2. Soluon gven by Gray-Kdd Acves are denoed by leers A, B,..., I, and s shown how many resources each o hem requres. Here, cells n SrngGrd assgned wh he sgn > represen he oal slack or each o acves. Acves ha are sared aer her lae nsh are colored whe, oherwse are blue. Theorem 3.1 Schedule s produced by DynamcRes algorhm s easble (sases condons (2.2) and (2.3)).

11 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 291 Proo. Sar me s j or each acvy A j can be deermned n wo deren ways, applyng Sep 2 and Applyng Sep 4. Frsly we very Condon (2.2). Usng Sep 2 n a xed schedule me we schedule all acves whose ndces sasy j E() and (3.4) and se s j = or hese acves. On he oher hand, rom Sep 5, s sased Momen max{ Sa = 1}. Aer seng = Momen n Sep 6 s sased max{ Sa = 1}. From (3.5) we conclude ha s j = max{ Sa = 1}, or each j E() sasyng (3.4). Thereore, we conclude s ( Pj) j. In he second case, accordng o Sep 4 o DynamcRes algorhm, we conclude ha n he knapsack problem are ncluded only hese acves A j sasyng j E()\A(). Thereore, n accordance wh (3.1), all predecessors ncluded n he knapsack are nshed (( Pj) Sa = 1). Moreover, n Sep 4 we schedule acves correspondng o he opmal soluon o he knapsack problem. Analogous o he prevous case, accordng o Sep 5, condon (2.2) s sased or all acves ncluded. We now very condon (2.3). I s clear ha condon (2.3) can be wren as ( N) r R (3.9) A() In vew o (3.3), hs condon s laer equvalen wh ( N) R ( ) 0. (3.10) a Now, Sep 2 sases condon (3.10) because o (3.5) and condon (3.4). In he sequel we prove ha Sep 4 also sases (3.10). Denoe by A () he se o ndces o jus sared acves: s A'( ) = { I = }. Snce s = mples A (), we conclude A() = A() A'() aer Sep 4. A hs momen, he number o avalable resources s R () = R () r (3.11) a a A'( ) Accordng o condon n he knapsack problem (3.6), we conclude R a () 0. Takng no accoun (3.3), we ge (3.12) R () = R r r 0 a A() A'() Denoe by A () he se o jus nshed acves n Sep 6:

12 292 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm A''( ) = { I = Momen}. Now, n Sep 2 s sased A() = A() A'()\ A''() and applyng (3.12) we oban R () = R r r + r R r r 0. a A() A'() A''() A() A'() The proo s complee. 4. NUMERICAL EXPERIMENTS In hs secon we compare hree algorhms or resources schedulng: algorhm ncluded n MS Projec, Gray-Kdd algorhm and DynamcRes algorhm. Accordng o our assumpons o he algorhm, n MS Projec s assumed ha resources levelng canno spl ask and check box Level only whn avalable slack n Resource Levelng opons s cleared. Example 4.1. Consder he projec dened as ollows: Acves A B C D E F G H Duraon Uns Predecessors A B C A G Increasng he number o avalable resource uns we ge he ollowng able. The early nsh or hs example s 14 days, so we sop searchng or new soluons when all hree algorhms reach hs lm, usng he resul o lemma 2.1. Duraon o he projec Max. uns Ms Projec Gray-Kdd DynamcRes Daa presened n he able are llusraed by he ollowng char:

13 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 293 Fgure 4.1. Comparson o hree mehods Average values, geomercal means and sandard devaons or projec duraons are presened n he able. Sascal uncon Ms Projec Gray-Kdd DynamcRes AVERAGE Geomercal mean Sandard devaon The average values are mnmal or DynamcRes algorhm. Ths means ha DynamcRes produces, generally, mnmal values or makespan o he projec. Also, mehod DynamcRes produces maxmal value or he sandard devaon, because he projec makespan correspondng o hs algorhm decreases mos rapdly. Example 4.2. Acves, her duraons, maxmal uns o he resource and predecessors o he projec are dened n he able: Acves A B C D E F G H Duraon Uns Predecessors A B C D,F G Increasng he number o avalable resource uns we ge he ollowng able. I can easly be calculaed ha he early nsh here s 22 days.

14 294 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm Duraon o he projec Max. uns Ms Projec Gray-Kdd DynamcRes We llusrae he daa n he able by he ollowng char: Fgure 4.2. Comparson o hree mehods Average values, geomercal means and sandard devaons or projec duraons are presened n he able. The conclusons are smlar as n he prevous example. Sascal uncon Ms Projec Gray-Kdd DynamcRes AVERAGE Geomercal mean Sandard devaon Example 4.3. Projec s dened by he ollowng daa: Acves A B C D E F G H I Duraon Uns Predecessors A A,C B D B E F,G

15 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 295 Increasng he number o avalable uns o he resource, we ge he ollowng able. The early nsh or hs example s 15 days. Duraon o he projec Max. uns Ms Projec Gray-Kdd DynamcRes The daa n he able are llusraed by he ollowng char. Fgure 4.3. Comparson o hree mehods Average values, geomercal means and sandard devaons or projec duraons are presened n he able.

16 296 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm Sascal uncon Ms Projec Gray-Kdd DynamcRes AVERAGE Geomercal mean Sandard devaon In hs case, he maxmal sandard devaon produces he Ms Projec. Bu, hs ac s caused by he maxmal makespan (equal o 31) or he mnmal number o Max. uns (equal o 7). Example 4.4. Consder he ollowng projec: Acves A B C D E F G H I J Duraon Uns Predecessors A B A,B C,E D,E D,F G,H G,H Increasng he number o avalable resource uns, we ge he ollowng able. Duraon o he projec Max. uns Ms Projec Gray-Kdd DynamcRes The ollowng char llusraes he daa n he able.

17 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm 297 Fgure 4.4. Comparson o hree mehods able. Here are gven some o sascal uncons or projec duraons represened n he Sascal uncon Ms Projec Gray-Kdd DynamcRes AVERAGE Geomercal mean Sandard devaon CONCLUSION A new algorhm or solvng he sngle resource consraned projec schedulng problem s nroduced. A each schedule me we consder he elgble se o acves whch could be sared whou volaon o gven consrans (dened by predecessor relaonshps). Usng acves rom hs se we consder he adequae knapsack problem and use he Bellman s prncple. The possbly or he arher research can be he generalzaon o DynamcRes algorhm or solvng he mulple resource consraned projec schedulng problems, and he comparson wh GRASP algorhm rom [11]. REFERENCES [1] Bellman, R., Dynamc Programmng, Prnceon Unversy Press, [2] Borgward, K.H., and Brzank, J., Average savng eecs n enumerave mehods or solvng кnapsack problems, Journal o Complexy, 10 (1994)

18 298 I. Sanmrovć, M. Pekovć, P. Sanmrovć, M. Ćrć / Heursc algorhm [3] Cormen, T. H., Leserson, C. E., and Rves, R. L., Inroducon o Algorhms, MIT Press & McGraw-Hll, [4] Osgood, N., Smulaon and Resource Smulaon and Resource- Based Schedulng, Presenaon, [5] Perć, J., Operaons Research, Savremena Admnsracja, Beograd, (In Serban) [6] Paerson, J.H., A comparson o exac approaches or solvng he mulple consraned resource projec schedulng problem, Managemen Scence, 30 (7) (1984) [7] Daves, E.M., An expermenal nvesgaon o resource allocaon n mulacvy projecs, Operaonal Research Quarerly, 24 (11) (1976) [8] Feo, T., and Resende, M.G.C., Greedy randomzed adapve search procedures, Journal o Global Opmzaon, 6 (1995) [9] Kocheov, Y., and Solyar, A., Evoluonary local search wh varable neghborhood or he resource consraned projec schedulng problem, n: Proceedngs o he 3rd Inernaonal Workshop o Compuer Scence and Inormaon Technologes, Russa, [10] Lawrence, S.R., A compuaonal comparson o heursc schedulng echnques, Techncal Repor, Graduae School o Indusral Admnsraon, Carnege-Mellon Unversy, [11] Psouls, L.S., and Resende, M.G.C., Greedy randomzed adapve search procedures, AT&T Labs Research Techncal Repor, January 18, [12] Sedgewck, R., Algorhms, Addson-Wesley publshng company, Massachuses, Menlo Park, Calorna, London, Amserdam, Don Mlls, Onaro, Sydney, [13] Valls, V., Ballen, F., and Qunanlla, S., A populaon-based approach o he resourceconsraned projec schedulng problem, Techncal repor , Unversy o Valenca, [14] Valls, V., Ballen, F., and Qunanlla, S., A populaon-based approach o he resourceconsraned projec schedulng problem, Annals o Operaons Research, 131 (2004) [15] Verma, S., An opmal breadh-rs algorhm or he preempve resource-consraned projec schedulng problem, Second World Conerence on POM and 15h Annual POM Conerence, Cancun, Mexco, Aprl 30 - May 3, 2004.

How To Calculate Backup From A Backup From An Oal To A Daa

How To Calculate Backup From A Backup From An Oal To A Daa 6 IJCSNS Inernaonal Journal of Compuer Scence and Nework Secury, VOL.4 No.7, July 04 Mahemacal Model of Daa Backup and Recovery Karel Burda The Faculy of Elecrcal Engneerng and Communcaon Brno Unversy

More information

MULTI-WORKDAY ERGONOMIC WORKFORCE SCHEDULING WITH DAYS OFF

MULTI-WORKDAY ERGONOMIC WORKFORCE SCHEDULING WITH DAYS OFF Proceedngs of he 4h Inernaonal Conference on Engneerng, Projec, and Producon Managemen (EPPM 203) MULTI-WORKDAY ERGONOMIC WORKFORCE SCHEDULING WITH DAYS OFF Tar Raanamanee and Suebsak Nanhavanj School

More information

Capacity Planning. Operations Planning

Capacity Planning. Operations Planning Operaons Plannng Capacy Plannng Sales and Operaons Plannng Forecasng Capacy plannng Invenory opmzaon How much capacy assgned o each producon un? Realsc capacy esmaes Sraegc level Moderaely long me horzon

More information

Pedro M. Castro Iiro Harjunkoski Ignacio E. Grossmann. Lisbon, Portugal Ladenburg, Germany Pittsburgh, USA

Pedro M. Castro Iiro Harjunkoski Ignacio E. Grossmann. Lisbon, Portugal Ladenburg, Germany Pittsburgh, USA Pedro M. Casro Iro Harjunkosk Ignaco E. Grossmann Lsbon Porugal Ladenburg Germany Psburgh USA 1 Process operaons are ofen subjec o energy consrans Heang and coolng ules elecrcal power Avalably Prce Challengng

More information

The Virtual Machine Resource Allocation based on Service Features in Cloud Computing Environment

The Virtual Machine Resource Allocation based on Service Features in Cloud Computing Environment Send Orders for Reprns o reprns@benhamscence.ae The Open Cybernecs & Sysemcs Journal, 2015, 9, 639-647 639 Open Access The Vrual Machne Resource Allocaon based on Servce Feaures n Cloud Compung Envronmen

More information

Spline. Computer Graphics. B-splines. B-Splines (for basis splines) Generating a curve. Basis Functions. Lecture 14 Curves and Surfaces II

Spline. Computer Graphics. B-splines. B-Splines (for basis splines) Generating a curve. Basis Functions. Lecture 14 Curves and Surfaces II Lecure 4 Curves and Surfaces II Splne A long flexble srps of meal used by drafspersons o lay ou he surfaces of arplanes, cars and shps Ducks weghs aached o he splnes were used o pull he splne n dfferen

More information

Genetic Algorithm with Range Selection Mechanism for Dynamic Multiservice Load Balancing in Cloud-Based Multimedia System

Genetic Algorithm with Range Selection Mechanism for Dynamic Multiservice Load Balancing in Cloud-Based Multimedia System ISSN : 2347-8446 (Onlne) Inernaonal Journal of Advanced Research n Genec Algorhm wh Range Selecon Mechansm for Dynamc Mulservce Load Balancng n Cloud-Based Mulmeda Sysem I Mchael Sadgun Rao Kona, II K.Purushoama

More information

RESOLUTION OF THE LINEAR FRACTIONAL GOAL PROGRAMMING PROBLEM

RESOLUTION OF THE LINEAR FRACTIONAL GOAL PROGRAMMING PROBLEM Revsa Elecrónca de Comuncacones y Trabajos de ASEPUMA. Rec@ Volumen Págnas 7 a 40. RESOLUTION OF THE LINEAR FRACTIONAL GOAL PROGRAMMING PROBLEM RAFAEL CABALLERO rafael.caballero@uma.es Unversdad de Málaga

More information

MORE ON TVM, "SIX FUNCTIONS OF A DOLLAR", FINANCIAL MECHANICS. Copyright 2004, S. Malpezzi

MORE ON TVM, SIX FUNCTIONS OF A DOLLAR, FINANCIAL MECHANICS. Copyright 2004, S. Malpezzi MORE ON VM, "SIX FUNCIONS OF A DOLLAR", FINANCIAL MECHANICS Copyrgh 2004, S. Malpezz I wan everyone o be very clear on boh he "rees" (our basc fnancal funcons) and he "fores" (he dea of he cash flow model).

More information

Multiple Periodic Preventive Maintenance for Used Equipment under Lease

Multiple Periodic Preventive Maintenance for Used Equipment under Lease Mulle Perodc Prevenve Manenance or Used Equmen under ease Paarasaya Boonyaha, Jarumon Jauronnaee, Member, IAENG Absrac Ugradng acon revenve manenance are alernaves o reduce he used equmen alures rae whch

More information

The Rules of the Settlement Guarantee Fund. 1. These Rules, hereinafter referred to as "the Rules", define the procedures for the formation

The Rules of the Settlement Guarantee Fund. 1. These Rules, hereinafter referred to as the Rules, define the procedures for the formation Vald as of May 31, 2010 The Rules of he Selemen Guaranee Fund 1 1. These Rules, herenafer referred o as "he Rules", defne he procedures for he formaon and use of he Selemen Guaranee Fund, as defned n Arcle

More information

Methodology of the CBOE S&P 500 PutWrite Index (PUT SM ) (with supplemental information regarding the CBOE S&P 500 PutWrite T-W Index (PWT SM ))

Methodology of the CBOE S&P 500 PutWrite Index (PUT SM ) (with supplemental information regarding the CBOE S&P 500 PutWrite T-W Index (PWT SM )) ehodology of he CBOE S&P 500 PuWre Index (PUT S ) (wh supplemenal nformaon regardng he CBOE S&P 500 PuWre T-W Index (PWT S )) The CBOE S&P 500 PuWre Index (cker symbol PUT ) racks he value of a passve

More information

A robust optimisation approach to project scheduling and resource allocation. Elodie Adida* and Pradnya Joshi

A robust optimisation approach to project scheduling and resource allocation. Elodie Adida* and Pradnya Joshi In. J. Servces Operaons and Informacs, Vol. 4, No. 2, 2009 169 A robus opmsaon approach o projec schedulng and resource allocaon Elode Adda* and Pradnya Josh Deparmen of Mechancal and Indusral Engneerng,

More information

Boosting for Learning Multiple Classes with Imbalanced Class Distribution

Boosting for Learning Multiple Classes with Imbalanced Class Distribution Boosng for Learnng Mulple Classes wh Imbalanced Class Dsrbuon Yanmn Sun Deparmen of Elecrcal and Compuer Engneerng Unversy of Waerloo Waerloo, Onaro, Canada y8sun@engmal.uwaerloo.ca Mohamed S. Kamel Deparmen

More information

Cooperative Distributed Scheduling for Storage Devices in Microgrids using Dynamic KKT Multipliers and Consensus Networks

Cooperative Distributed Scheduling for Storage Devices in Microgrids using Dynamic KKT Multipliers and Consensus Networks Cooperave Dsrbued Schedulng for Sorage Devces n Mcrogrds usng Dynamc KK Mulplers and Consensus Newors Navd Rahbar-Asr Yuan Zhang Mo-Yuen Chow Deparmen of Elecrcal and Compuer Engneerng Norh Carolna Sae

More information

Cost- and Energy-Aware Load Distribution Across Data Centers

Cost- and Energy-Aware Load Distribution Across Data Centers - and Energy-Aware Load Dsrbuon Across Daa Ceners Ken Le, Rcardo Banchn, Margare Maronos, and Thu D. Nguyen Rugers Unversy Prnceon Unversy Inroducon Today, many large organzaons operae mulple daa ceners.

More information

The Multi-shift Vehicle Routing Problem with Overtime

The Multi-shift Vehicle Routing Problem with Overtime The Mul-shf Vehcle Roung Problem wh Overme Yngao Ren, Maged Dessouy, and Fernando Ordóñez Danel J. Epsen Deparmen of Indusral and Sysems Engneerng Unversy of Souhern Calforna 3715 McClnoc Ave, Los Angeles,

More information

12/7/2011. Procedures to be Covered. Time Series Analysis Using Statgraphics Centurion. Time Series Analysis. Example #1 U.S.

12/7/2011. Procedures to be Covered. Time Series Analysis Using Statgraphics Centurion. Time Series Analysis. Example #1 U.S. Tme Seres Analyss Usng Sagraphcs Cenuron Nel W. Polhemus, CTO, SaPon Technologes, Inc. Procedures o be Covered Descrpve Mehods (me sequence plos, auocorrelaon funcons, perodograms) Smoohng Seasonal Decomposon

More information

Lecture 40 Induction. Review Inductors Self-induction RL circuits Energy stored in a Magnetic Field

Lecture 40 Induction. Review Inductors Self-induction RL circuits Energy stored in a Magnetic Field ecure 4 nducon evew nducors Self-nducon crcus nergy sored n a Magnec Feld 1 evew nducon end nergy Transfers mf Bv Mechancal energy ransform n elecrc and hen n hermal energy P Fv B v evew eformulaon of

More information

Optimization of Nurse Scheduling Problem with a Two-Stage Mathematical Programming Model

Optimization of Nurse Scheduling Problem with a Two-Stage Mathematical Programming Model Asa Pacfc Managemen Revew 15(4) (2010) 503-516 Opmzaon of Nurse Schedulng Problem wh a Two-Sage Mahemacal Programmng Model Chang-Chun Tsa a,*, Cheng-Jung Lee b a Deparmen of Busness Admnsraon, Trans World

More information

A Heuristic Solution Method to a Stochastic Vehicle Routing Problem

A Heuristic Solution Method to a Stochastic Vehicle Routing Problem A Heursc Soluon Mehod o a Sochasc Vehcle Roung Problem Lars M. Hvaum Unversy of Bergen, Bergen, Norway. larsmh@.ub.no Arne Løkkeangen Molde Unversy College, 6411 Molde, Norway. Arne.Lokkeangen@hmolde.no

More information

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Journal of Appled Mahemacs and Compuaonal Mechancs 3, (), 45-5 HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Sansław Kukla, Urszula Sedlecka Insue of Mahemacs,

More information

GUIDANCE STATEMENT ON CALCULATION METHODOLOGY

GUIDANCE STATEMENT ON CALCULATION METHODOLOGY GUIDANCE STATEMENT ON CALCULATION METHODOLOGY Adopon Dae: 9/28/0 Effecve Dae: //20 Reroacve Applcaon: No Requred www.gpssandards.org 204 CFA Insue Gudance Saemen on Calculaon Mehodology GIPS GUIDANCE STATEMENT

More information

An Architecture to Support Distributed Data Mining Services in E-Commerce Environments

An Architecture to Support Distributed Data Mining Services in E-Commerce Environments An Archecure o Suppor Dsrbued Daa Mnng Servces n E-Commerce Envronmens S. Krshnaswamy 1, A. Zaslavsky 1, S.W. Loke 2 School of Compuer Scence & Sofware Engneerng, Monash Unversy 1 900 Dandenong Road, Caulfeld

More information

Event Based Project Scheduling Using Optimized Ant Colony Algorithm Vidya Sagar Ponnam #1, Dr.N.Geethanjali #2

Event Based Project Scheduling Using Optimized Ant Colony Algorithm Vidya Sagar Ponnam #1, Dr.N.Geethanjali #2 Inernaonal Journal of Compuer Trends and Technology (IJCTT) Volume 18 Number 6 Dec 2014 Even Based Projec Schedulng Usng Opmzed An Colony Algorhm Vdya Sagar Ponnam #1, Dr.N.Geehanjal #2 1 Research Scholar,

More information

How Much Life Insurance is Enough?

How Much Life Insurance is Enough? How Much Lfe Insurance s Enough? Uly-Based pproach By LJ Rossouw BSTRCT The paper ams o nvesgae how much lfe nsurance proecon cover a uly maxmsng ndvdual should buy. Ths queson s relevan n he nsurance

More information

An Anti-spam Filter Combination Framework for Text-and-Image Emails through Incremental Learning

An Anti-spam Filter Combination Framework for Text-and-Image Emails through Incremental Learning An An-spam Fler Combnaon Framework for Tex-and-Image Emals hrough Incremenal Learnng 1 Byungk Byun, 1 Chn-Hu Lee, 2 Seve Webb, 2 Danesh Iran, and 2 Calon Pu 1 School of Elecrcal & Compuer Engr. Georga

More information

Time Series. A thesis. Submitted to the. Edith Cowan University. Perth, Western Australia. David Sheung Chi Fung. In Fulfillment of the Requirements

Time Series. A thesis. Submitted to the. Edith Cowan University. Perth, Western Australia. David Sheung Chi Fung. In Fulfillment of the Requirements Mehods for he Esmaon of Mssng Values n Tme Seres A hess Submed o he Faculy of Communcaons, ealh and Scence Edh Cowan Unversy Perh, Wesern Ausrala By Davd Sheung Ch Fung In Fulfllmen of he Requremens For

More information

Ground rules. Guide to the calculation methods of the FTSE Actuaries UK Gilts Index Series v1.9

Ground rules. Guide to the calculation methods of the FTSE Actuaries UK Gilts Index Series v1.9 Ground rules Gude o he calculaon mehods of he FTSE Acuares UK Gls Index Seres v1.9 fserussell.com Ocober 2015 Conens 1.0 Inroducon... 4 1.1 Scope... 4 1.2 FTSE Russell... 5 1.3 Overvew of he calculaons...

More information

A Background Layer Model for Object Tracking through Occlusion

A Background Layer Model for Object Tracking through Occlusion A Background Layer Model for Obec Trackng hrough Occluson Yue Zhou and Ha Tao Deparmen of Compuer Engneerng Unversy of Calforna, Sana Cruz, CA 95064 {zhou,ao}@soe.ucsc.edu Absrac Moon layer esmaon has

More information

Load Balancing in Internet Using Adaptive Packet Scheduling and Bursty Traffic Splitting

Load Balancing in Internet Using Adaptive Packet Scheduling and Bursty Traffic Splitting 152 IJCSNS Inernaonal Journal of Compuer Scence and Nework Secury, VOL.8 No.1, Ocober 28 Load Balancng n Inerne Usng Adapve Packe Schedulng and Bursy Traffc Splng M. Azah Research Scholar, Anna Unversy,

More information

Both human traders and algorithmic

Both human traders and algorithmic Shuhao Chen s a Ph.D. canddae n sascs a Rugers Unversy n Pscaaway, NJ. bhmchen@sa.rugers.edu Rong Chen s a professor of Rugers Unversy n Pscaaway, NJ and Peng Unversy, n Bejng, Chna. rongchen@sa.rugers.edu

More information

Estimating intrinsic currency values

Estimating intrinsic currency values Cung edge Foregn exchange Esmang nrnsc currency values Forex marke praconers consanly alk abou he srenghenng or weakenng of ndvdual currences. In hs arcle, Jan Chen and Paul Dous presen a new mehodology

More information

ANALYSIS OF SOURCE LOCATION ALGORITHMS Part I: Overview and non-iterative methods

ANALYSIS OF SOURCE LOCATION ALGORITHMS Part I: Overview and non-iterative methods ANALYSIS OF SOURCE LOCATION ALGORITHMS Par I: Overvew and non-erave mehods MAOCHEN GE Pennsylvana Sae Unversy, Unversy Park PA 1680 Absrac Ths arcle and he accompanyng one dscuss he source locaon heores

More information

Market-Clearing Electricity Prices and Energy Uplift

Market-Clearing Electricity Prices and Energy Uplift Marke-Clearng Elecrcy Prces and Energy Uplf Paul R. Grbk, Wllam W. Hogan, and Susan L. Pope December 31, 2007 Elecrcy marke models requre energy prces for balancng, spo and shor-erm forward ransacons.

More information

Linear methods for regression and classification with functional data

Linear methods for regression and classification with functional data Lnear mehods for regresson and classfcaon wh funconal daa Glber Sapora Chare de Sasue Appluée & CEDRIC Conservaore Naonal des Ars e Méers 9 rue San Marn, case 44 754 Pars cedex 3, France sapora@cnam.fr

More information

Index Mathematics Methodology

Index Mathematics Methodology Index Mahemacs Mehodology S&P Dow Jones Indces: Index Mehodology Ocober 2015 Table of Conens Inroducon 4 Dfferen Varees of Indces 4 The Index Dvsor 5 Capalzaon Weghed Indces 6 Defnon 6 Adjusmens o Share

More information

A Hybrid Method for Forecasting Stock Market Trend Using Soft-Thresholding De-noise Model and SVM

A Hybrid Method for Forecasting Stock Market Trend Using Soft-Thresholding De-noise Model and SVM A Hybrd Mehod for Forecasng Sock Marke Trend Usng Sof-Thresholdng De-nose Model and SVM Xueshen Su, Qnghua Hu, Daren Yu, Zongxa Xe, and Zhongyng Q Harbn Insue of Technology, Harbn 150001, Chna Suxueshen@Gmal.com

More information

Kalman filtering as a performance monitoring technique for a propensity scorecard

Kalman filtering as a performance monitoring technique for a propensity scorecard Kalman flerng as a performance monorng echnque for a propensy scorecard Kaarzyna Bjak * Unversy of Souhampon, Souhampon, UK, and Buro Informacj Kredyowej S.A., Warsaw, Poland Absrac Propensy scorecards

More information

PerfCenter: A Methodology and Tool for Performance Analysis of Application Hosting Centers

PerfCenter: A Methodology and Tool for Performance Analysis of Application Hosting Centers PerfCener: A Mehodology and Tool for Performance Analyss of Applcaon Hosng Ceners Rukma P. Verlekar, Varsha Ape, Prakhar Goyal, Bhavsh Aggarwal Dep. of Compuer Scence and Engneerng Indan Insue of Technology

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS. Exponential Smoothing for Inventory Control: Means and Variances of Lead-Time Demand

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS. Exponential Smoothing for Inventory Control: Means and Variances of Lead-Time Demand ISSN 440-77X ISBN 0 736 094 X AUSTRALIA DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS Exponenal Smoohng for Invenory Conrol: Means and Varances of Lead-Tme Demand Ralph D. Snyder, Anne B. Koehler,

More information

Linear Extension Cube Attack on Stream Ciphers Abstract: Keywords: 1. Introduction

Linear Extension Cube Attack on Stream Ciphers Abstract: Keywords: 1. Introduction Lnear Exenson Cube Aack on Sream Cphers Lren Dng Yongjuan Wang Zhufeng L (Language Engneerng Deparmen, Luo yang Unversy for Foregn Language, Luo yang cy, He nan Provnce, 47003, P. R. Chna) Absrac: Basng

More information

INTERNATIONAL JOURNAL OF STRATEGIC MANAGEMENT

INTERNATIONAL JOURNAL OF STRATEGIC MANAGEMENT IJSM, Volume, Number, 0 ISSN: 555-4 INTERNATIONAL JOURNAL OF STRATEGIC MANAGEMENT SPONSORED BY: Angelo Sae Unversy San Angelo, Texas, USA www.angelo.edu Managng Edors: Professor Alan S. Khade, Ph.D. Calforna

More information

Prot sharing: a stochastic control approach.

Prot sharing: a stochastic control approach. Pro sharng: a sochasc conrol approach. Donaen Hanau Aprl 2, 2009 ESC Rennes. 35065 Rennes, France. Absrac A majory of lfe nsurance conracs encompass a guaraneed neres rae and a parcpaon o earnngs of he

More information

Revision: June 12, 2010 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax

Revision: June 12, 2010 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax .3: Inucors Reson: June, 5 E Man Sue D Pullman, WA 9963 59 334 636 Voce an Fax Oerew We connue our suy of energy sorage elemens wh a scusson of nucors. Inucors, lke ressors an capacors, are passe wo-ermnal

More information

MODEL-BASED APPROACH TO CHARACTERIZATION OF DIFFUSION PROCESSES VIA DISTRIBUTED CONTROL OF ACTUATED SENSOR NETWORKS

MODEL-BASED APPROACH TO CHARACTERIZATION OF DIFFUSION PROCESSES VIA DISTRIBUTED CONTROL OF ACTUATED SENSOR NETWORKS MODEL-BASED APPROACH TO CHARACTERIZATION OF DIFFUSION PROCESSES IA DISTRIBUTED CONTROL OF ACTUATED SENSOR NETWORKS Kevn L. Moore and YangQuan Chen Cener for Self-Organzng and Inellgen Sysems Uah Sae Unversy

More information

Guidelines and Specification for the Construction and Maintenance of the. NASDAQ OMX Credit SEK Indexes

Guidelines and Specification for the Construction and Maintenance of the. NASDAQ OMX Credit SEK Indexes Gudelnes and Specfcaon for he Consrucon and Manenance of he NASDAQ OMX Cred SEK Indexes Verson as of Aprl 7h 2014 Conens Rules for he Consrucon and Manenance of he NASDAQ OMX Cred SEK Index seres... 3

More information

t φρ ls l ), l = o, w, g,

t φρ ls l ), l = o, w, g, Reservor Smulaon Lecure noe 6 Page 1 of 12 OIL-WATER SIMULATION - IMPES SOLUTION We have prevously lsed he mulphase flow equaons for one-dmensonal, horzonal flow n a layer of consan cross seconal area

More information

(Im)possibility of Safe Exchange Mechanism Design

(Im)possibility of Safe Exchange Mechanism Design (Im)possbly of Safe Exchange Mechansm Desgn Tuomas Sandholm Compuer Scence Deparmen Carnege Mellon Unversy 5 Forbes Avenue Psburgh, PA 15213 sandholm@cs.cmu.edu XaoFeng Wang Deparmen of Elecrcal and Compuer

More information

A 3D Model Retrieval System Using The Derivative Elevation And 3D-ART

A 3D Model Retrieval System Using The Derivative Elevation And 3D-ART 3 Model Rereal Sysem Usng he erae leaon nd 3-R Jau-Lng Shh* ng-yen Huang Yu-hen Wang eparmen of ompuer Scence and Informaon ngneerng hung Hua Unersy Hsnchu awan RO -mal: sjl@chueduw bsrac In recen years

More information

A binary powering Schur algorithm for computing primary matrix roots

A binary powering Schur algorithm for computing primary matrix roots Numercal Algorhms manuscr No. (wll be nsered by he edor) A bnary owerng Schur algorhm for comung rmary marx roos Federco Greco Bruno Iannazzo Receved: dae / Acceed: dae Absrac An algorhm for comung rmary

More information

Finance and Economics Discussion Series Divisions of Research & Statistics and Monetary Affairs Federal Reserve Board, Washington, D.C.

Finance and Economics Discussion Series Divisions of Research & Statistics and Monetary Affairs Federal Reserve Board, Washington, D.C. Fnance and Economcs Dscusson Seres Dvsons of Research & Sascs and Moneary Affars Federal Reserve Board, Washngon, D.C. Prcng Counerpary Rs a he Trade Level and CVA Allocaons Mchael Pyhn and Dan Rosen 200-0

More information

Y2K* Stephanie Schmitt-Grohé. Rutgers Uni ersity, 75 Hamilton Street, New Brunswick, New Jersey 08901 E-mail: grohe@econ.rutgers.edu.

Y2K* Stephanie Schmitt-Grohé. Rutgers Uni ersity, 75 Hamilton Street, New Brunswick, New Jersey 08901 E-mail: grohe@econ.rutgers.edu. Revew of Economc Dynamcs 2, 850856 Ž 1999. Arcle ID redy.1999.0065, avalable onlne a hp:www.dealbrary.com on Y2K* Sephane Schm-Grohé Rugers Unersy, 75 Hamlon Sree, New Brunswc, New Jersey 08901 E-mal:

More information

SPC-based Inventory Control Policy to Improve Supply Chain Dynamics

SPC-based Inventory Control Policy to Improve Supply Chain Dynamics Francesco Cosanno e al. / Inernaonal Journal of Engneerng and Technology (IJET) SPC-based Invenory Conrol Polcy o Improve Supply Chan ynamcs Francesco Cosanno #, Gulo Gravo #, Ahmed Shaban #3,*, Massmo

More information

Using Cellular Automata for Improving KNN Based Spam Filtering

Using Cellular Automata for Improving KNN Based Spam Filtering The Inernaonal Arab Journal of Informaon Technology, Vol. 11, No. 4, July 2014 345 Usng Cellular Auomaa for Improvng NN Based Spam Flerng Faha Bargou, Bouzane Beldjlal, and Baghdad Aman Compuer Scence

More information

CLoud computing has recently emerged as a new

CLoud computing has recently emerged as a new 1 A Framework of Prce Bddng Confguraons for Resource Usage n Cloud Compung Kenl L, Member, IEEE, Chubo Lu, Keqn L, Fellow, IEEE, and Alber Y. Zomaya, Fellow, IEEE Absrac In hs paper, we focus on prce bddng

More information

Analysis of intelligent road network, paradigm shift and new applications

Analysis of intelligent road network, paradigm shift and new applications CONFERENCE ABOUT THE STATUS AND FUTURE OF THE EDUCATIONAL AND R&D SERVICES FOR THE VEHICLE INDUSTRY Analyss of nellgen road nework, paradgm shf and new applcaons Péer Tamás "Smarer Transpor" - IT for co-operave

More information

A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting*

A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting* journal of compuer and sysem scences 55, 119139 (1997) arcle no. SS971504 A Decson-heorec Generalzaon of On-Lne Learnng and an Applcaon o Boosng* Yoav Freund and Rober E. Schapre - A6 Labs, 180 Park Avenue,

More information

An Ensemble Data Mining and FLANN Combining Short-term Load Forecasting System for Abnormal Days

An Ensemble Data Mining and FLANN Combining Short-term Load Forecasting System for Abnormal Days JOURNAL OF SOFTWARE, VOL. 6, NO. 6, JUNE 0 96 An Ensemble Daa Mnng and FLANN Combnng Shor-erm Load Forecasng Sysem for Abnormal Days Mng L College of Auomaon, Guangdong Unversy of Technology, Guangzhou,

More information

APPLICATION OF CHAOS THEORY TO ANALYSIS OF COMPUTER NETWORK TRAFFIC Liudvikas Kaklauskas, Leonidas Sakalauskas

APPLICATION OF CHAOS THEORY TO ANALYSIS OF COMPUTER NETWORK TRAFFIC Liudvikas Kaklauskas, Leonidas Sakalauskas The XIII Inernaonal Conference Appled Sochasc Models and Daa Analyss (ASMDA-2009) June 30-July 3 2009 Vlnus LITHUANIA ISBN 978-9955-28-463-5 L. Sakalauskas C. Skadas and E. K. Zavadskas (Eds.): ASMDA-2009

More information

TECNICHE DI DIAGNOSI AUTOMATICA DEI GUASTI. Silvio Simani silvio.simani@unife.it. References

TECNICHE DI DIAGNOSI AUTOMATICA DEI GUASTI. Silvio Simani silvio.simani@unife.it. References TECNICHE DI DIAGNOSI AUTOMATICA DEI GUASTI Re Neural per l Idenfcazone d Ssem non Lnear e Paern Recognon slvo.sman@unfe. References Texbook suggesed: Neural Neworks for Idenfcaon, Predcon, and Conrol,

More information

PARTICLE FILTER BASED VEHICLE TRACKING APPROACH WITH IMPROVED RESAMPLING STAGE

PARTICLE FILTER BASED VEHICLE TRACKING APPROACH WITH IMPROVED RESAMPLING STAGE ISS: 0976-910(OLIE) ICTACT JOURAL O IMAGE AD VIDEO PROCESSIG, FEBRUARY 014, VOLUME: 04, ISSUE: 03 PARTICLE FILTER BASED VEHICLE TRACKIG APPROACH WITH IMPROVED RESAMPLIG STAGE We Leong Khong 1, We Yeang

More information

CONTROLLER PERFORMANCE MONITORING AND DIAGNOSIS. INDUSTRIAL PERSPECTIVE

CONTROLLER PERFORMANCE MONITORING AND DIAGNOSIS. INDUSTRIAL PERSPECTIVE Copyrgh IFAC 5h Trennal World Congress, Barcelona, Span CONTROLLER PERFORMANCE MONITORING AND DIAGNOSIS. INDUSTRIAL PERSPECTIVE Derrck J. Kozub Shell Global Soluons USA Inc. Weshollow Technology Cener,

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

More information

Case Study on Web Service Composition Based on Multi-Agent System

Case Study on Web Service Composition Based on Multi-Agent System 900 JOURNAL OF SOFTWARE, VOL. 8, NO. 4, APRIL 2013 Case Sudy on Web Servce Composon Based on Mul-Agen Sysem Shanlang Pan Deparmen of Compuer Scence and Technology, Nngbo Unversy, Chna PanShanLang@gmal.com

More information

A Hybrid AANN-KPCA Approach to Sensor Data Validation

A Hybrid AANN-KPCA Approach to Sensor Data Validation Proceedngs of he 7h WSEAS Inernaonal Conference on Appled Informacs and Communcaons, Ahens, Greece, Augus 4-6, 7 85 A Hybrd AANN-KPCA Approach o Sensor Daa Valdaon REZA SHARIFI, REZA LANGARI Deparmen of

More information

Global supply chain planning for pharmaceuticals

Global supply chain planning for pharmaceuticals chemcal engneerng research and desgn 8 9 (2 0 1 1) 2396 2409 Conens lss avalable a ScenceDrec Chemcal Engneerng Research and Desgn journal homepage: www.elsever.com/locae/cherd Global supply chan plannng

More information

Anomaly Detection in Network Traffic Using Selected Methods of Time Series Analysis

Anomaly Detection in Network Traffic Using Selected Methods of Time Series Analysis I. J. Compuer Nework and Informaon Secury, 2015, 9, 10-18 Publshed Onlne Augus 2015 n MECS (hp://www.mecs-press.org/) DOI: 10.5815/jcns.2015.09.02 Anomaly Deecon n Nework Traffc Usng Seleced Mehods of

More information

Social security, education, retirement and growth*

Social security, education, retirement and growth* Hacenda P úblca Espa ñola / Revsa de Econom ía P úblca, 198-(3/2011): 9-36 2011, Insuo de Esudos Fscales Socal secury, educaon, reremen and growh* CRUZ A. ECHEVARR ÍA AMAIA IZA** Unversdad del Pa ís Vasco

More information

Managing gap risks in icppi for life insurance companies: a risk return cost analysis

Managing gap risks in icppi for life insurance companies: a risk return cost analysis Insurance Mares and Companes: Analyses and Acuaral Compuaons, Volume 5, Issue 2, 204 Aymerc Kalfe (France), Ludovc Goudenege (France), aad Mou (France) Managng gap rss n CPPI for lfe nsurance companes:

More information

THE USE IN BANKS OF VALUE AT RISK METHOD IN MARKET RISK MANAGEMENT. Ioan TRENCA *

THE USE IN BANKS OF VALUE AT RISK METHOD IN MARKET RISK MANAGEMENT. Ioan TRENCA * ANALELE ŞTIINłIFICE ALE UNIVERSITĂłII ALEXANDRU IOAN CUZA DIN IAŞI Tomul LVI ŞnŃe Economce 009 THE USE IN BANKS OF VALUE AT RISK METHOD IN MARKET RISK MANAGEMENT Ioan TRENCA * Absrac In sophscaed marke

More information

A Reverse Logistics Model for the Distribution of Waste/By-products. Hamid Pourmohammadi, Maged Dessouky*, and Mansour Rahimi

A Reverse Logistics Model for the Distribution of Waste/By-products. Hamid Pourmohammadi, Maged Dessouky*, and Mansour Rahimi A Reverse Logscs Model for he Dsrbuon of Wase/By-producs Hamd Pourmohammad, Maged Dessouy*, and Mansour Rahm Unversy of Souhern Calforna Epsen Deparmen of Indusral and Sysems Engneerng 375 McClnoc Avenue,

More information

Distributed Load Balancing in a Multiple Server System by Shift-Invariant Protocol Sequences

Distributed Load Balancing in a Multiple Server System by Shift-Invariant Protocol Sequences 03 IEEE Wreess Communcaons and Neorkng Conference (WCNC): NETWORS Dsrbued Load Baancng n a Mupe Server Sysem by Shf-Invaran rooco Sequences Yupeng Zhang and Wng Shng Wong Deparmen of Informaon Engneerng

More information

HAND: Highly Available Dynamic Deployment Infrastructure for Globus Toolkit 4

HAND: Highly Available Dynamic Deployment Infrastructure for Globus Toolkit 4 HAND: Hghly Avalable Dynamc Deploymen Infrasrucure for Globus Toolk 4 L Q 1, Ha Jn 1, Ian Foser,3, Jarek Gawor 1 Huazhong Unversy of Scence and Technology, Wuhan, 430074, Chna quck@chnagrd.edu.cn; hjn@hus.edu.cn

More information

arxiv:1407.5820v1 [cs.sy] 22 Jul 2014

arxiv:1407.5820v1 [cs.sy] 22 Jul 2014 Approxmae Regularzaon Pah for Nuclear Norm Based H Model Reducon Nclas Blomberg, Crsan R. Rojas, and Bo Wahlberg arxv:47.58v [cs.sy] Jul 4 Absrac Ths paper concerns model reducon of dynamcal sysems usng

More information

Selected Financial Formulae. Basic Time Value Formulae PV A FV A. FV Ad

Selected Financial Formulae. Basic Time Value Formulae PV A FV A. FV Ad Basc Tme Value e Fuure Value of a Sngle Sum PV( + Presen Value of a Sngle Sum PV ------------------ ( + Solve for for a Sngle Sum ln ------ PV -------------------- ln( + Solve for for a Sngle Sum ------

More information

A Common Neural Network Model for Unsupervised Exploratory Data Analysis and Independent Component Analysis

A Common Neural Network Model for Unsupervised Exploratory Data Analysis and Independent Component Analysis A Common Neural Nework Model for Unsupervsed Exploraory Daa Analyss and Independen Componen Analyss Keywords: Unsupervsed Learnng, Independen Componen Analyss, Daa Cluserng, Daa Vsualsaon, Blnd Source

More information

Pricing Rainbow Options

Pricing Rainbow Options Prcng Ranbow Opons Peer Ouwehand, Deparmen of Mahemacs and Appled Mahemacs, Unversy of Cape Town, Souh Afrca E-mal address: peer@mahs.uc.ac.za Graeme Wes, School of Compuaonal & Appled Mahemacs, Unversy

More information

The Feedback from Stock Prices to Credit Spreads

The Feedback from Stock Prices to Credit Spreads Appled Fnance Projec Ka Fa Law (Keh) The Feedback from Sock Prces o Cred Spreads Maser n Fnancal Engneerng Program BA 3N Appled Fnance Projec Ka Fa Law (Keh) Appled Fnance Projec Ka Fa Law (Keh). Inroducon

More information

An Introductory Study on Time Series Modeling and Forecasting

An Introductory Study on Time Series Modeling and Forecasting An Inroducory Sudy on Tme Seres Modelng and Forecasng Ranadp Adhkar R. K. Agrawal ACKNOWLEDGEMENT The mely and successful compleon of he book could hardly be possble whou he helps and suppors from a lo

More information

INVESTIGATION OF ALTERNATIVE REPLICATE VARIANCE ESTIMATORS FOR THE ANNUAL CAPITAL EXPENDITURES SURVEY

INVESTIGATION OF ALTERNATIVE REPLICATE VARIANCE ESTIMATORS FOR THE ANNUAL CAPITAL EXPENDITURES SURVEY 003 Jon Sascal Meengs - Secon on Survey Researc Meods INVESTIGATION OF ALTERNATIVE REPLICATE VARIANCE ESTIMATORS FOR THE ANNUAL CAPITAL EPENDITURES SURVEY aerne J. Tompson Rcard S. Sgman Roger L. Goodwn

More information

A GENERALIZED FRAMEWORK FOR CREDIT RISK PORTFOLIO MODELS

A GENERALIZED FRAMEWORK FOR CREDIT RISK PORTFOLIO MODELS A GENERALIZED FRAMEWORK FOR CREDIT RISK PORTFOLIO MODELS H. UGUR KOYLUOGLU ANDREW HICKMAN Olver, Wyman & Company CSFP Capal, Inc. * 666 Ffh Avenue Eleven Madson Avenue New Yor, New Yor 10103 New Yor, New

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

Testing techniques and forecasting ability of FX Options Implied Risk Neutral Densities. Oren Tapiero

Testing techniques and forecasting ability of FX Options Implied Risk Neutral Densities. Oren Tapiero Tesng echnques and forecasng ably of FX Opons Impled Rsk Neural Denses Oren Tapero 1 Table of Conens Absrac 3 Inroducon 4 I. The Daa 7 1. Opon Selecon Crerons 7. Use of mpled spo raes nsead of quoed spo

More information

International Journal of Mathematical Archive-7(5), 2016, 193-198 Available online through www.ijma.info ISSN 2229 5046

International Journal of Mathematical Archive-7(5), 2016, 193-198 Available online through www.ijma.info ISSN 2229 5046 Inernaonal Journal of Mahemacal rchve-75), 06, 9-98 valable onlne hrough wwwjmanfo ISSN 9 506 NOTE ON FUZZY WEKLY OMPLETELY PRIME - IDELS IN TERNRY SEMIGROUPS U NGI REDDY *, Dr G SHOBHLTH Research scholar,

More information

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES OPENGAMMA QUANTITATIVE RESEARCH Absrac. Exchange-raded ineres rae fuures and heir opions are described. The fuure opions include hose paying

More information

A Hybrid Wind-Solar Energy System: A New Rectifier Stage Topology

A Hybrid Wind-Solar Energy System: A New Rectifier Stage Topology A Hybr n-solar Energy Sysem: A New Recfer Sage Topology Joanne Hu*, IEEE Suen Member, Alreza Bakhsha IEEE Senor Member, an Praveen K. Jan, IEEE Fellow Deparmen of Elecrcal an Compuer Engneerng Queen s

More information

Currency Exchange Rate Forecasting from News Headlines

Currency Exchange Rate Forecasting from News Headlines Currency Exchange Rae Forecasng from News Headlnes Desh Peramunelleke Raymond K. Wong School of Compuer Scence & Engneerng Unversy of New Souh Wales Sydney, NSW 2052, Ausrala deshp@cse.unsw.edu.au wong@cse.unsw.edu.au

More information

The Definition and Measurement of Productivity* Mark Rogers

The Definition and Measurement of Productivity* Mark Rogers The Defnon and Measuremen of Producvy* Mark Rogers Melbourne Insue of Appled Economc and Socal Research The Unversy of Melbourne Melbourne Insue Workng Paper No. 9/98 ISSN 1328-4991 ISBN 0 7325 0912 6

More information

Modelling Operational Risk in Financial Institutions using Hybrid Dynamic Bayesian Networks. Authors:

Modelling Operational Risk in Financial Institutions using Hybrid Dynamic Bayesian Networks. Authors: Modellng Operaonal Rsk n Fnancal Insuons usng Hybrd Dynamc Bayesan Neworks Auhors: Professor Marn Nel Deparmen of Compuer Scence, Queen Mary Unversy of London, Mle nd Road, London, 1 4NS, Uned Kngdom Phone:

More information

Sensor Nework proposeations

Sensor Nework proposeations 008 Inernaoal Symposum on Telecommuncaons A cooperave sngle arge rackng algorhm usng bnary sensor neworks Danal Aghajaran, Reza Berang Compuer Engneerng Deparmen, Iran Unversy of Scence and Technology,

More information

1 HALF-LIFE EQUATIONS

1 HALF-LIFE EQUATIONS R.L. Hanna Page HALF-LIFE EQUATIONS The basic equaion ; he saring poin ; : wrien for ime: x / where fracion of original maerial and / number of half-lives, and / log / o calculae he age (# ears): age (half-life)

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

THE IMPACT OF UNSECURED DEBT ON FINANCIAL DISTRESS AMONG BRITISH HOUSEHOLDS. Ana del Río and Garry Young. Documentos de Trabajo N.

THE IMPACT OF UNSECURED DEBT ON FINANCIAL DISTRESS AMONG BRITISH HOUSEHOLDS. Ana del Río and Garry Young. Documentos de Trabajo N. THE IMPACT OF UNSECURED DEBT ON FINANCIAL DISTRESS AMONG BRITISH HOUSEHOLDS 2005 Ana del Río and Garry Young Documenos de Trabajo N.º 0512 THE IMPACT OF UNSECURED DEBT ON FINANCIAL DISTRESS AMONG BRITISH

More information

Wilmar Deliverable D6.2 (b) Wilmar Joint Market Model Documentation. Peter Meibom, Helge V. Larsen, Risoe National Laboratory

Wilmar Deliverable D6.2 (b) Wilmar Joint Market Model Documentation. Peter Meibom, Helge V. Larsen, Risoe National Laboratory Rsø-R-1552(EN) Wlmar Delverable D6.2 (b) Wlmar Jon Marke Model Documenaon Peer Mebom, Helge V. Larsen, Rsoe Naonal Laboraory Rüdger Barh, Heke Brand, IER, Unversy of Sugar Chrsoph Weber, Olver Voll, Unversy

More information

Insurance. By Mark Dorfman, Alexander Kling, and Jochen Russ. Abstract

Insurance. By Mark Dorfman, Alexander Kling, and Jochen Russ. Abstract he Impac Of Deflaon On Insurance Companes Offerng Parcpang fe Insurance y Mar Dorfman, lexander Klng, and Jochen Russ bsrac We presen a smple model n whch he mpac of a deflaonary economy on lfe nsurers

More information

II. IMPACTS OF WIND POWER ON GRID OPERATIONS

II. IMPACTS OF WIND POWER ON GRID OPERATIONS IEEE Energy2030 Alana, Georga, USA 17-18 November 2008 Couplng Wnd Generaors wh eferrable Loads A. Papavaslou, and S. S. Oren UC Berkeley, eparmen of Indusral Engneerng and Operaons esearch, 4141 Echeverry

More information

Optimal Taxation. 1 Warm-Up: The Neoclassical Growth Model with Endogenous Labour Supply. β t u (c t, L t ) max. t=0

Optimal Taxation. 1 Warm-Up: The Neoclassical Growth Model with Endogenous Labour Supply. β t u (c t, L t ) max. t=0 Opmal Taxaon Reference: L&S 3rd edon chaper 16 1 Warm-Up: The Neoclasscal Growh Model wh Endogenous Labour Supply You looked a lle b a hs for Problem Se 3. Sudy planner s problem: max {c,l,,k +1 } =0 β

More information

A Real-time Adaptive Traffic Monitoring Approach for Multimedia Content Delivery in Wireless Environment *

A Real-time Adaptive Traffic Monitoring Approach for Multimedia Content Delivery in Wireless Environment * A Real-e Adapve Traffc Monorng Approach for Muleda Conen Delvery n Wreless Envronen * Boonl Adpa and DongSong Zhang Inforaon Syses Deparen Unversy of Maryland, Balore Couny Balore, MD, U.S.A. bdpa1@ubc.edu,

More information

Inventory Management MILP Modeling for Tank Farm Systems

Inventory Management MILP Modeling for Tank Farm Systems 2 h European Sympoum on Compuer Aded Proce Engneerng ESCAPE2 S. Perucc and G. Buzz Ferrar (Edor) 2 Elever B.V. All rgh reerved. Invenory Managemen MILP Modelng for Tank Farm Syem Suana Relva a Ana Paula

More information