PRODUCTION SCHEDULING WITH SEQUENCE DEPENDENT SETUPS AND JOB RELEASE TIMES

Size: px
Start display at page:

Download "PRODUCTION SCHEDULING WITH SEQUENCE DEPENDENT SETUPS AND JOB RELEASE TIMES"

Transcription

1 PRODUCTION SCHEDULING WITH SEQUENCE DEPENDENT SETUPS AND JOB RELEASE TIMES PROGRAMACIÓN DE LA PRODUCCIÓN CON TIEMPOS DE PREPARACIÓN DEPENDIENTES DE LA SECUENCIA Y FECHAS DE LLEGADA DE TRABAJOS JAIRO R. MONTOYA TORRES Universidad de La Sabana, Cía, Colombia, airo.montoya@unisabana.edu.co MILTON SOTO FERRA Universidad del Norte, Barranquilla, Colombia FERNANDO GONZÁLEZ SOLANO Universidad del Norte, Barranquilla, Colombia Received for review July 3 t, 2009, accepted Marc 4 t, 2010, final version April, 4 t, 2010 ABSTRACT: Tis paper studies a sort term production sceduling problem inspired from real life manufacturing systems consisting on te sceduling a set of obs (production orders) on bot a single macine and identical parallel macines wit te obective of minimizing te makespan or maximum completion time of all obs. Jobs are subect to release dates and tere are sequence dependent macine setup times. Since tis problem is known to be strongly NP ard even for te single macine case, tis paper proposes a euristic algoritm to solve it. Te algoritm uses a strategy of random generation of various execution sequences, and ten selects te best of suc scedules. Experiments are performed using random generated data and sow tat te euristic performs very well compared against te optimal solution and lower bounds, and requiring sort computational time. KEYWORDS: Sceduling, sequence dependent setup times, release dates, randomness, euristic. RESUMEN: Este artículo estudia un problema de programación de la producción en el corto plazo inspirado de sistemas de fabricación reales en los cuales se tiene un conunto de tareas (órdenes de producción) tanto en una configuración de una máquina como en máquinas paralelas idénticas con el obetivo de minimizar el lapso de fabricación o tiempo máximo de terminación de todos los trabaos. Las tareas están suetas a fecas de disponibilidad diferentes y existen tiempos de preparación de las máquinas dependientes de la secuencia de procesamiento. Puesto que este problema es conocido como fuertemente NP completo, incluso para el caso de una máquina simple, este artículo propone un algoritmo eurístico para resolverlo. El algoritmo emplea una estrategia de generación aleatoria de varias secuencias de procesamiento de los trabaos y luego selecciona el meor de estos programas. Se desarrollaron experimentos computacionales empleando datos generados aleatoriamente. Los resultados muestran que el procedimiento propuesto se desempeña muy bien comparado con la solución óptima o con cotas inferiores, requiriendo un menor tiempo de cálculo. PALABRAS CLAVE: Programación de la producción, tiempos de preparación dependientes de la secuencia, fecas de disponibilidad, aleatoriedad, eurística. Dyna, year 77, Nro. 163, pp Medellin, September, ISSN

2 261 Dyna 163, INTRODUCTION Sceduling is a decision making process tat is used on a regular basis in many manufacturing and services industries. It deals wit te allocation of resources (often simply called macines) to tasks (obs) over given time periods and its goal is to optimize one or more obectives [1]. Efficient production scedules can result in substantial improvements in productivity and cost reductions. Generating a feasible scedule tat best meets management s obectives is a difficult task tat manufacturing firms face every day [2]. In many industries, te decision to manufacture multiple products on common resources results in te need for cangeover and setup activities, representing costly disruptions to production processes. Terefore, setup reduction is an important feature of te continuous improvement program of any manufacturing, and even service, organization. It is even more critical if an organization expects to respond to canges like sortened lead times, smaller lot sizes, and iger quality standards. Every sceduler sould understand te principles of setup reduction and be able to recognize te potential improvements. Setup time, in general, can be defined as te time required to prepare te necessary resource (e.g., macines, people) to perform a task (e.g., ob, operation). Setup times can be of two types: sequence independent and sequence dependent. If setup time depends solely on te task to be processed, regardless of its preceding task, it is called sequence independent. On te oter and, in te sequence dependent type, setup time depends on bot te task and its preceding task [3]. Sceduling problems wit sequence dependent setup times can be found in various production, service, and information processing environments [3]. For example, in a computer system application, a ob requires a setup time to load a different compiler if te current compiler is not suitable. In a printing industry, a setup time is required to prepare te macine (e.g., cleaning) wic depends on te color of te current and immediately following obs. In a textile industry, setup time for weaving and dying operations depends on te obs sequence. In a container/bottle industry, setup time relies on te sizes and sapes of te container/bottle, wile in a plastic industry different types and colors of products require setup times. Similar situations arise in cemical, parmaceutical, food processing, metal processing, paper industries, and many oter industries/areas. As stated by Allaverdi and Sorous [3], in today s manufacturing sceduling problems it is of significance to efficiently utilize various resources. Treating setup times separately from processing times allows operations to be performed simultaneously and ence improves resource utilization. Tis is particularly important in modern production management systems suc as Just in Time (JIT), Optimized Production Tecnology (OPT), Group Tecnology (GT), cellular manufacturing, and time based competition. Te benefits of reducing setup times include [3]: reduced expenses, increased production speed, increased output, reduced lead times, faster cangeovers, increased competitiveness, increased profitability and satisfaction, enabling lean manufacturing, smooter flows, broader range of lot sizes, lower total cost curve, fewer stock outs, lower inventory, lower minimum order sizes, iger margins on orders above minimum, faster deliveries, and increased customer satisfaction. Te importance and benefits of incorporating setup times in sceduling researc as been investigated by many researcers (see for instance [4,5,6,7,8]. Tis paper studies te problem of ob sceduling on bot a single macine and identical parallel macines wit sequence dependent setup times and release dates. Te single macine environment does represent a building block for more complex configurations. Many researcers ave dealt wit ob sceduling problems on a single macine under different constraints. A fundamental issue is te inerent difficulty of one macine sceduling problems tat involve sequence dependent setup times. Pinedo [1] sowed tat te makespan minimization on a single macine wit sequence dependent setup

3 Montoya et al 262 times is strongly NP ard, wic means tat is not possible to find optimal solutions in reasonable computational time for large sized instances. For te parallel macine case, computational results are not encouraging. In tis paper, we are interested in studying suc sceduling problems adding te constraint of obs aving unequal release times. Tis paper is organized as follows. Section 2 is devoted to analyze te problem under a single resource (single macine) environment. Section 3 extends te study for te multiple parallel macines context. Related relevant literature and computational experiments are presented respectively witin bot sections. Te paper ends in section 4 by presenting te conclusions. 2. ANALYSIS OF THE SINGLE MACHINE CASE Formally, we first consider te problem of sceduling a set of n obs on one macine. Job, wit =1,...,n, is caracterized by its integer processing time p and an non negative integer release date r. Sequence dependent macine setup times are also considered. Tat is, if ob k is executed on te macine immediately after ob, a setup time s k is needed during wic te macine cannot process any ob. We consider te obective of minimizing te makespan of te scedule or total completion time of all obs. Using te classical notation in Sceduling Teory, tis problem is noted as 1 r, s C k max. Wen all obs ave equal release dates ( r = 0, ), te one macine sceduling problem, noted as 1 C, is equivalent to te Traveling s k max Salesman Problem (TSP), wic is known to be NP ard [1]. Tis means tat no efficient (polynomial time) algoritm can be found to solve large sized instances. Hence, te problem considered in tis paper is at least tat difficult. Te problem of ob sceduling wit sequencedependent macine setup times ave been largely studied in te literature. State of te art surveys are presented in [9,10,11]. For te one macine case, even toug complexity analysis is not encouraging, researcers ave developed exact approaces based on branc and bound, dynamic programming or integer linear programming. Te obective function under study in tis paper is te makespan and can be expressed as: C max = n = 1 p + s k k Wen setup times are dependent on te sequence, minimizing makespan becomes equivalent to minimizing te total setup time. Tat is because te sum of processing times remains a constant troug te wole sceduling wen all information about obs is deterministic and known at te initial time of sceduling. Tis problem corresponds to wat is usually called te Traveling Salesman Problem (TSP). In a TSP, eac city corresponds to a ob and te distance between cities corresponds to te time required to cange from one ob to anoter. If te setup times for all pairs of obs are indifferent to teir sequencing order wen sceduled consecutively, te sceduling problem is equivalent to a symmetrical TSP, oterwise, it is equivalent to an asymmetrical TSP [9]. One of te pioneering works on te sequencedependent setup time problem was presented by Gilmore and Gomory [12] wo modeled and solved te problem as a TSP. Presby and Wolfson [13] provided an optimization algoritm tat is suitable only for small problems. Bianco et al. [14] formulated te problem 1 r, s C as a mixed integer linear k max program and developed a euristic algoritm using lower bounds and dominance criteria. For te problem 1 prec, s k, He and Kusiak [15] proposed a simpler mixed integer formulation and a fast euristic algoritm of low computational time complexity. Ozgur and Brown [2] developed a two stage traveling salesman euristic procedure for te problem were similar products produced on te macine can be partitioned into families. Tere are several works presented in te literature tat consider oter obective functions. Barnes and Vanston [16] combined branc and bound wit dynamic programming to solve te

4 263 Dyna 163, 2010 problem noted as s k w C 1. For te + s k case of precedence constraints wit a special structure (cains), Uzsoy et al. [8] developed branc and bound algoritm for 1 prec, s k L max and Uzsoy et al. [17] developed dynamic programming algoritms for 1 prec, s k L max and 1 prec, s k U, were te obective function corresponds to te minimization of te number of tardy obs. Tan and Narasiman [18] proposed a simulated annealing algoritm to minimize total tardiness ( 1 s T ). Tan et al. k [19] later compared te performance of branc and bound, genetic searc, simulated annealing and random start pairwise intercange euristics for te same problem. Different versions of genetic algoritms ave also been proposed (e.g. [19,20]. França et al. [21] proposed a memetic algoritm wile Gagne et al. [22] proposed an Ant Colony Optimization (ACO) algoritm for te same problem. Cang et al. [23] proposed a matematical programming model wit logical constraints for te problem 1 r, s k w T. Tey also proposed euristics and conducted computational experiments wic revealed tat te euristics can efficiently solve te problem. Wang [24] studied te single macine sceduling problem wit time dependent learning effect and considerations of setup times wit various obective functions based on completion times of obs. 2.1 Te proposed algoritm Tis paper first analyzes te problem on a single macine noted as 1 r, s C. Te proposed k max randomized euristic algoritm is presented in tis section. Te basics of te procedure are presented next. To scedule a set of n on a single macine, we can observe tat, from a total of n positions in te scedule, we ave to select one position for eac ob. Te euristic proposed ere is based on a random insertion strategy, in wic random numbers are generated from an equilikely distribution between 1 and n, in order to define te position of a ob in te scedule. A certain number of iterations are required so as to improve te initial solution (scedule). Te algoritm is described in detail in figure 1. Algoritm Random Insertion One macine Initialization 1. Enter te number n of obs. 2. For eac ob, enter its processing time p and its release date r. Order obs in a list by increasing order of teir release times. Break ties by increasing order of processing times. 3. Read setup times s k for eac pair of obs and k, wit k. 4. Define te number of iterations (niter). Algoritm 5. Set = 1, te first iteration. Set = Generate an integer random number R from an equilikely distribution between 1 and n. 7. Scedule ob on position defined by R. If tis position is already assigned, go to step Do = + 1 and repeat from step 6 wile n (tat is, until all obs are sceduled). 9. Ensuring tat release dates are respected, compute, te makespan for te scedule of iteration. 10. Do = + 1 and repeat from step 6 wile niter (tat is, until te number of iterations is reaced). 11. Select te scedule wit min (tat is, select te scedule wit minimum makespan over all te iterations). Figure 1. Random insertion algoritm for te singlemacine problem 2.2 Experiments In order to analyze computational performance of proposed algoritm, experimental studies were conducted on a PC Pentium bi processor Dual Core 1.73 GHz. Exact solution metods were programmed using X press IVE wile te proposed euristic was programmed using Visual Basic for Applications (VBA) in MS Excel spreadseets. Data was generated using a similar structure as proposed by Cu [25] and later extended by Nessa et al. [26] to consider setup times.

5 Montoya et al 264 Integer processing times were generated from a uniform distribution [1, 100]. Integer release dates were generated using a uniform distribution [ 0, α n ], were n is te number of obs to be sceduled and α is a real wit values 0.6, 1.5 and 3.0. Integer setup times were generated from a uniform distribution 0, min p ]. Five instances for eac of value of [ α were generated. Problems wit 10, 20, 50 or 100 obs were considered. Experiments were run wit equal and unequal release dates. A full factorial experimental design gave a total of 120 testing scenarios. Because of te random beavior of te proposed algoritm, 10 replications for eac instance scenario were run and te best sequence (i.e., te sequence wit minimum value of te makespan) was registered and compared against te optimum makespan. Te first sets of experiments were performed assuming tat all obs are released to te macine at te same time. Tat is, we are supposing tat r = 0 for all obs. Te second set of experiments, te same values of bot processing and setup times were taken but in addition considering unequal integer nonnegative release dates for obs, tat is wit r 0. OPT For te performance analysis, let and be respectively te makespan obtained using te proposed Random Insertion euristic and te optimum makespan. Te performance of proposed euristic was computed using te deviation from te optimal solution as: C % dev = OPT max OPT 100 % Tables 1 and 2 summarize te results obtained from te experiments for te single macine environment wen all obs ave equal release dates (i.e. respectively wen r = 0, ) and OPT r 0,. In bot tables, represents te average values of te optimal makespan and represents te average value of te makespan applying te proposed euristic. Te last column of bot tables corresponds to te average value of te deviation from te optimal solution for eac set of obs. Table 1. Average makespan for experiments wit r = 0 and m = 1 Average values # obs OPT % % % % Average 3.4% % dev Table 2. Average makespan for experiments wit r 0 and m = 1 # obs OPT Average values % dev % % % % Average 4.4% For te case of equal release dates, our algoritm te average deviation from te optimal solution is 3.4%. Wen unequal release date are present ( r 0 ), te average deviation is 4.4% of te optimal solution. Analyzing te individual instances, in 4% of te cases te euristic obtained te optimal makespan, wile in 29% of te cases te value of te makespan was witin a 2% of te optimal value. Finally, it is important to note tat te running time of te algoritm for small instances (10 ob and 20 ob instances) was less tan 3 seconds, wile te time required to run te experiments for large instances was between 20 and 30 seconds for 50 ob instances and about 55 seconds for instances wit 100 obs. In comparison wit te optimal solution approac, te matematical model required about 30 minutes and 1 our to solve small and large instances, respectively. 3. ANALYSIS OF THE CASE OF M IDENTICAL MACHINES IN PARALLEL In real life, usually discrete manufacturing processes ave several m macines in parallel. In tis section we extend te algoritm previously proposed to solve te problem. Using te classical notation in Sceduling Teory, te problem under study in noted as Pm r, s C k max.

6 265 Dyna 163, 2010 In te literature te problem under study as been very little studied in te literature. Some related works are cited next. Guinet [27] proposed a matematical formulation to minimize te makespan and te total completion time of obs wit identical release times (i.e., r = 0 ) for all obs. Heuristics and metaeuristics procedures ave been proposed for several obective functions, suc as due date related obectives (e.g. [28,29,30] or flowtime related obectives (e.g. [31,32,33]. Guinet [27] also suggested tat makespan minimization problem wen all obs ave equal release dates ( r = 0, ), te problem is equivalent to te Veicle Routing Problem (VRP) wit service time requirements. Te problem wit obs arriving at different release dates as been very little studied in te literature, to te best of our knowledge. Nessa et al. [26] considered te obective of minimizing total completion time of obs (problem Pm r, s C. k Te problem under study in tis paper, Pm r, s C, as only been studied by Kurz and k max Askin [34] wo proposed several euristics algoritms, including multiple insertion and a genetic algoritm. Tese autors also derived a datadependent lower bound for te makespan criterion. Teir compared teir euristics between tem, but tey neiter computed te optimal makespan nor compare te performance of teir euristics against te optimum nor te lower bound Proposed algoritm modified Our algoritm described in section 2 for te single macine case can be easily modified for application in te parallel macine environment. Te first modification consists on computing te number of obs tat can sceduled on eac macine. Ten, obs are randomly selected and assigned to macines respecting te workload balance defined. Te modified algoritm is described in detail in figure Experiments and results A computational study was also performed using te same random generated data as described in section 2.2. We considered ere configurations wit m = 3 and m = 5 identical macines in parallel. As for te single macine case, because of te random beavior of te proposed algoritm, 10 replications for eac instance scenario were run and te best sequence (i.e., te sequence wit minimum value of te makespan) was registered and compared against te optimum makespan. As explained previously, te NP completeness of tis problem unable us to obtain optimal solutions witout excessive computational costs even for small instances [34]. A lower bound on te makespan can be found by looking at te minimum preemptive scedule makespan [35]. Tis lower bound, owever, can be very poor, especially in cases wit a ig range of processing times [34]. Algoritm Random Insertion Parallel Macines Initialization 1. Enter te number n of obs. 2. Enter te number m of identical parallel macines. 3. For eac ob, enter its processing time p and its release date r. Order obs in a list by increasing order of teir release times. Break ties by increasing order of processing times. 4. Read setup times s k for eac pair of obs and k, wit k. 5. Define te number of iterations (niter). Algoritm 6. Compute te number of obs to be sceduled on te macines. For te first m 1 macines. Tis bound is computed as n/ m. Te m t macine as assigned te oter obs. 7. Set = 1, te first iteration. 8. Generate an integer random number R from an equilikely distribution between 1 and n. 9. Scedule ob R on te first macine wit available positions. If tis ob as already been assigned, repeat from step Repeat from step 8 until all obs ave been sceduled. 11. Ensuring tat release dates are respected, compute, te makespan for te scedule of iteration. 12. Do = + 1 and repeat from step 8 wile niter (tat is, until te number of iterations is reaced). 13. Select te scedule wit min (tat is, select te scedule wit minimum makespan over all te iterations). Figure 2. Random insertion algoritm for te identical parallel macines problem

7 Montoya et al 266 As explained previously, Kurz and Askin [34] derived a preemptive type lower bound on te makespan for eac of te individual data sets using te actual data. Tese autors sowed tat teir lower bound performs well. Tis lower bound is tus computed as: LB ( Pm r, s ) max{ LB 1, LB 2 } were LB 1 and LB 2 k = are, respectively: n 1 LB 1 = p + min s m = { 1,..., n } k 1 LB 2 = max r + p + min k { 1,..., n } k s k Results of our experimental study are ence compared against tis lower bound. Let be te makespan obtained using te proposed LB euristic and let be te value of te lower bound. Hence, te performance of te proposed euristic was computed as te deviation from suc lower bound as: C % dev = LB max LB 100 % Tables 3 and 4 present te summary of results, respectively, wit equal and unequal obs release dates. From tese results, we can observe tat te algoritm performs well, wit reference to te percentage deviation from te lower bound of te makespan: te average deviation, regardless of te number of obs, is 9.9% wit equal release dates and 12.2% for te case wit unequal release dates. Tese results are te first results in literature tat sow te performance of a euristic in comparison against a known lower bound. In terms of te computational costs, te iger te number of obs, te iger te time to find a solution. For te large instance in our tests (100 obs), te computational time was never iger tan 12 seconds. For 10 obs and 20 obs instances, te CPU time was less tan 1 second. Table 3. Results for parallel macines experiments wit r = 0 # macines m = 3 m = 5 # obs LB Avg Avg Avg. % dev 7.7% 7.2% 4.9% 2.9% 16.7% 27.2% 7.7% 5.0% Avg. 5.7% 14.1% Table 4. Results for parallel macine experiments wit r 0 # macines m = 3 m = 5 # obs LB Avg Avg Avg. % dev 0.7% 18.3% 5.7% 3.2% 7.3% 21.6% 9.5% 6.7% Avg. 27.9% 11.3% 4. CONCLUSIONS Tis paper considered te problem of sceduling obs on bot a single macine and identical parallel macines environments subect to release dates and setup times. Setup times, de fined in general as te time required to prepare te necessary resource to perform a ob, add complexity for te analysis of sceduling problems. Since te problem is NP ard, a euristic algoritm was proposed.

8 267 Dyna 163, 2010 Te strategy for sceduling is based on a random insertion of obs in te scedule. Computational experiments were performed using random generated data following similar procedures as in literature. Two main cases were considered. Te first test was carried out wit obs aving equal release dates. Te second set of tests considered non negative release dates ( r 0 ). Compared against te optimal solution, te proposed euristic performed very well giving scedules wit a makespan value no greater tan te 10% of te optimum. In average, te proposed procedure was between about 2% and 6% of te optimal solution. Te computational time was less tan 2 seconds for small instances, and never iger tan 1 minute for large instances (100 obs). An extension to te identical parallel macine environment was also considered. Results of te computational experiments sowed tat our algoritm performs well in comparison wit te lower bound of te makespan value. Te average deviation from tis bound was 9.9% wit r = 0 and 12.2% for te case wit r 0, regardless of te number of obs. ACKNOWLEDGEMENTS Tis work was performed under researc proect CEA supported by Researc Funds from Universidad de La Sabana, Cía, Colombia. Autors wis to acknowledge te anonymous reviewers for teir comments tat allow improving te presentation of te paper. REFERENCES [1] PINEDO, M Sceduling: Teory, Algoritms, and Systems. Springer. [2] OZGUR, C.O., BROWN, J.R A two stage traveling salesman procedure for te single macine sequence dependent sceduling problem. Omega, 23, [3] ALLAHVERDI, A., SOROUSH, H.M Te significance of reducing setup times/setup costs. European Journal of Operational Researc, 187, [4] FLYNN, B.B Te effects of setup time on output capacity in cellular manufacturing. International Journal of Production Researc, 25, [5] KOGAN, K., LEVNER, E A polynomial algoritm for sceduling small scale manufacturing cells served by multiple robots. Computers & Operations Researc, 25, [6] KRAJEWSKI, L.J., KING, B.E., TZMAN, L.P., WONG, D.S Kanban, MRP and saping te manufacturing environment. Management Science, 33, [7] LIU, C.Y., CHANG, S.C Sceduling flexible flow sops wit sequencedependent setup effects. IEEE Transactions on Robotics and Automation, 16, [8] TROVINGER, S.C., BOHN, R.E Setup time reduction for electronics assembly: Combining simple (SMED) and IT based metods. Production and Operations Management, 14, [9] ALLAHVERDI, A., GUPTA, J.N.D., ALDOWAISAN, T A review of sceduling researc involving setup considerations. Omega, 27, [10] ALLAHVERDI, A., NG, C.T., CHENG, T.C.E., KOVALYOV, M.Y A survey of sceduling problems wit setup times or costs. European Journal of Operational Researc, 187, [11] ZHU, X., WILHELM, W.E Sceduling and lot sizing wit sequencedependent setup: A literature review. IIE Transactions, 38, [12] GILMORE, P.C., GOMORY, R.E Sequencing a one state variable macine: a solvable case of te traveling salesman problem. Operations Researc, 12,

9 Montoya et al 268 [13] PRESBY, J.T., WOLFSON, M.L An algoritm for solving ob sequencing problems. Management Science, 13, B454 B464. [14] BIANCO, L., CCIARDELLI, S., NALDI, G., SASSANO, A Sceduling tasks wit sequence dependent processing times. Naval Researc Logistics, 35, [15] HE, W., KUSIAK, A Sceduling manufacturing systems. Computers in Industry, 20, [16] BARNES, J.W., VANSTON, L.K Sceduling obs wit linear delay penalties and sequence dependent setup times and release dates. Operations Researc, 29, [17] UZSOY, R., LEE, C.Y., MARTIN VEGA, L.A Sceduling semiconductor test operations: Minimizing maximum lateness and number of tardy obs on a single macine. Naval Researc Logistics, 39, [18] TAN, K.C., NARASIMHAN, R Minimizing tardiness on a single processor wit sequence dependent setup times. Omega, 25, [19] TAN, K.C., NARASIMHAN, R., RUBIN, P.A., RAGATZ, G.L A comparison of four metods for minimizing total tardiness on a single processor wit sequence dependent setup times. Omega, 28, [20] ARMENTANO, V.A., MAZZINI, R A genetic algoritm for sceduling on a single macine wit wit set up and due dates. Production Planning and Control, 11, [21] FRANÇA, P.M., MENDES, A., MOSCATO, P A memetic algoritm for te total tardiness single macine sceduling problem. European Journal of Operational Researc, 132, [22] GAGNE, C., PCE, W.L., GRAVEL, M Comparing an ACO algoritm wit oter euristics for te single macine sceduling problem wit sequence dependent setup times. Journal of te Operational Researc Society, 53, [23] CHANG, T.Y., CHOU, F.D., LEE, C.E A euristic algoritm to minimize total weigted tardiness on a single macine wit release dates and sequence dependent setup times. Journal of te Cinese Institute of Industrial Engineering, 21, [24] WANG, J.B Single macine sceduling wit past sequence dependent setup times and time dependent learning effect. Computers & Industrial Engineering, 55, [25] CHU, C Efficient euristics to minimize total flow time wit release dates. Operations Researc Letters, 12, pp [26] NESSAH, R., CHU, C., YALAOUI, F An exact metod for Pm sds, r i i = C 1 i problem. Computers & Operations Researc, 34, [27] GUINET, A Sceduling sequencedependent obs on identical parallel macines to minimize completion time criteria. International Journal of Production Researc, 31, [28] BILGE, U., KIRAC, F., KURTULAN, M., PEKGUN, P A tabu searc algoritm for parallel macine total tardiness problem. Computers & Operations Researc, 31, [29] PFUND, M., FOWLER, J.W., GADKA, A., CHEN, Y Sceduling obs on parallel macines wit setup times and ready times. Computers & Industrial Engineering, 54, [30] SIVKAYA SEFOGLU, F., ULUSOY, G Parallel macine sceduling wit earliness and tardiness penalties. Computers & Operations Researc, 26, [31] ABDEKHODAEE, A.H., WIRTH, A Sceduling parallel macines wit a single n

10 269 Dyna 163, 2010 server: some solvable cases and euristics, Computers & Operations Researc, 29, [32] ABDEKHODAEE, A.H., WIRTH, A., GAN, H.S Equal processing and equal setup time cases of sceduling parallel macines wit a single server. Computers & Operations Researc, 31, [34] KURZ, M.E., ASKIN, R.G Heuristic sceduling of parallel macines wit sequence dependent set up times. International Journal of Production Researc, 39, [35] McNAUGHTON, R Sceduling wit deadlines and loss functions. Management Science, 6, [33] WEBSTER, S., AZIZOGLU, M Dynamic programming algoritms for sceduling parallel macines wit family setup times. Computers & Operations Researc, 28,

The EOQ Inventory Formula

The EOQ Inventory Formula Te EOQ Inventory Formula James M. Cargal Matematics Department Troy University Montgomery Campus A basic problem for businesses and manufacturers is, wen ordering supplies, to determine wat quantity of

More information

How To Ensure That An Eac Edge Program Is Successful

How To Ensure That An Eac Edge Program Is Successful Introduction Te Economic Diversification and Growt Enterprises Act became effective on 1 January 1995. Te creation of tis Act was to encourage new businesses to start or expand in Newfoundland and Labrador.

More information

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade?

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade? Can a Lump-Sum Transfer Make Everyone Enjoy te Gains from Free Trade? Yasukazu Icino Department of Economics, Konan University June 30, 2010 Abstract I examine lump-sum transfer rules to redistribute te

More information

An inquiry into the multiplier process in IS-LM model

An inquiry into the multiplier process in IS-LM model An inquiry into te multiplier process in IS-LM model Autor: Li ziran Address: Li ziran, Room 409, Building 38#, Peing University, Beijing 00.87,PRC. Pone: (86) 00-62763074 Internet Address: jefferson@water.pu.edu.cn

More information

OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS

OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS New Developments in Structural Engineering and Construction Yazdani, S. and Sing, A. (eds.) ISEC-7, Honolulu, June 18-23, 2013 OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS JIALI FU 1, ERIK JENELIUS

More information

The modelling of business rules for dashboard reporting using mutual information

The modelling of business rules for dashboard reporting using mutual information 8 t World IMACS / MODSIM Congress, Cairns, Australia 3-7 July 2009 ttp://mssanz.org.au/modsim09 Te modelling of business rules for dasboard reporting using mutual information Gregory Calbert Command, Control,

More information

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions?

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions? Comparison between two approaces to overload control in a Real Server: local or ybrid solutions? S. Montagna and M. Pignolo Researc and Development Italtel S.p.A. Settimo Milanese, ITALY Abstract Tis wor

More information

Verifying Numerical Convergence Rates

Verifying Numerical Convergence Rates 1 Order of accuracy Verifying Numerical Convergence Rates We consider a numerical approximation of an exact value u. Te approximation depends on a small parameter, suc as te grid size or time step, and

More information

Schedulability Analysis under Graph Routing in WirelessHART Networks

Schedulability Analysis under Graph Routing in WirelessHART Networks Scedulability Analysis under Grap Routing in WirelessHART Networks Abusayeed Saifulla, Dolvara Gunatilaka, Paras Tiwari, Mo Sa, Cenyang Lu, Bo Li Cengjie Wu, and Yixin Cen Department of Computer Science,

More information

Optimized Data Indexing Algorithms for OLAP Systems

Optimized Data Indexing Algorithms for OLAP Systems Database Systems Journal vol. I, no. 2/200 7 Optimized Data Indexing Algoritms for OLAP Systems Lucian BORNAZ Faculty of Cybernetics, Statistics and Economic Informatics Academy of Economic Studies, Bucarest

More information

Computer Science and Engineering, UCSD October 7, 1999 Goldreic-Levin Teorem Autor: Bellare Te Goldreic-Levin Teorem 1 Te problem We æx a an integer n for te lengt of te strings involved. If a is an n-bit

More information

Improved dynamic programs for some batcing problems involving te maximum lateness criterion A P M Wagelmans Econometric Institute Erasmus University Rotterdam PO Box 1738, 3000 DR Rotterdam Te Neterlands

More information

2 Limits and Derivatives

2 Limits and Derivatives 2 Limits and Derivatives 2.7 Tangent Lines, Velocity, and Derivatives A tangent line to a circle is a line tat intersects te circle at exactly one point. We would like to take tis idea of tangent line

More information

Research on the Anti-perspective Correction Algorithm of QR Barcode

Research on the Anti-perspective Correction Algorithm of QR Barcode Researc on te Anti-perspective Correction Algoritm of QR Barcode Jianua Li, Yi-Wen Wang, YiJun Wang,Yi Cen, Guoceng Wang Key Laboratory of Electronic Tin Films and Integrated Devices University of Electronic

More information

An improved on-line algorithm for scheduling on two unrestrictive parallel batch processing machines

An improved on-line algorithm for scheduling on two unrestrictive parallel batch processing machines This is the Pre-Published Version. An improved on-line algorithm for scheduling on two unrestrictive parallel batch processing machines Q.Q. Nong, T.C.E. Cheng, C.T. Ng Department of Mathematics, Ocean

More information

College Planning Using Cash Value Life Insurance

College Planning Using Cash Value Life Insurance College Planning Using Cas Value Life Insurance CAUTION: Te advisor is urged to be extremely cautious of anoter college funding veicle wic provides a guaranteed return of premium immediately if funded

More information

Tangent Lines and Rates of Change

Tangent Lines and Rates of Change Tangent Lines and Rates of Cange 9-2-2005 Given a function y = f(x), ow do you find te slope of te tangent line to te grap at te point P(a, f(a))? (I m tinking of te tangent line as a line tat just skims

More information

Pre-trial Settlement with Imperfect Private Monitoring

Pre-trial Settlement with Imperfect Private Monitoring Pre-trial Settlement wit Imperfect Private Monitoring Mostafa Beskar University of New Hampsire Jee-Hyeong Park y Seoul National University July 2011 Incomplete, Do Not Circulate Abstract We model pretrial

More information

SWITCH T F T F SELECT. (b) local schedule of two branches. (a) if-then-else construct A & B MUX. one iteration cycle

SWITCH T F T F SELECT. (b) local schedule of two branches. (a) if-then-else construct A & B MUX. one iteration cycle 768 IEEE RANSACIONS ON COMPUERS, VOL. 46, NO. 7, JULY 997 Compile-ime Sceduling of Dynamic Constructs in Dataæow Program Graps Soonoi Ha, Member, IEEE and Edward A. Lee, Fellow, IEEE Abstract Sceduling

More information

Duplicating and its Applications in Batch Scheduling

Duplicating and its Applications in Batch Scheduling Duplicating and its Applications in Batch Scheduling Yuzhong Zhang 1 Chunsong Bai 1 Shouyang Wang 2 1 College of Operations Research and Management Sciences Qufu Normal University, Shandong 276826, China

More information

A strong credit score can help you score a lower rate on a mortgage

A strong credit score can help you score a lower rate on a mortgage NET GAIN Scoring points for your financial future AS SEEN IN USA TODAY S MONEY SECTION, JULY 3, 2007 A strong credit score can elp you score a lower rate on a mortgage By Sandra Block Sales of existing

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

2.23 Gambling Rehabilitation Services. Introduction

2.23 Gambling Rehabilitation Services. Introduction 2.23 Gambling Reabilitation Services Introduction Figure 1 Since 1995 provincial revenues from gambling activities ave increased over 56% from $69.2 million in 1995 to $108 million in 2004. Te majority

More information

Geometric Stratification of Accounting Data

Geometric Stratification of Accounting Data Stratification of Accounting Data Patricia Gunning * Jane Mary Horgan ** William Yancey *** Abstract: We suggest a new procedure for defining te boundaries of te strata in igly skewed populations, usual

More information

What is Advanced Corporate Finance? What is finance? What is Corporate Finance? Deciding how to optimally manage a firm s assets and liabilities.

What is Advanced Corporate Finance? What is finance? What is Corporate Finance? Deciding how to optimally manage a firm s assets and liabilities. Wat is? Spring 2008 Note: Slides are on te web Wat is finance? Deciding ow to optimally manage a firm s assets and liabilities. Managing te costs and benefits associated wit te timing of cas in- and outflows

More information

An ant colony optimization for single-machine weighted tardiness scheduling with sequence-dependent setups

An ant colony optimization for single-machine weighted tardiness scheduling with sequence-dependent setups Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 2006 19 An ant colony optimization for single-machine weighted tardiness

More information

Area-Specific Recreation Use Estimation Using the National Visitor Use Monitoring Program Data

Area-Specific Recreation Use Estimation Using the National Visitor Use Monitoring Program Data United States Department of Agriculture Forest Service Pacific Nortwest Researc Station Researc Note PNW-RN-557 July 2007 Area-Specific Recreation Use Estimation Using te National Visitor Use Monitoring

More information

Torchmark Corporation 2001 Third Avenue South Birmingham, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK

Torchmark Corporation 2001 Third Avenue South Birmingham, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK News Release Torcmark Corporation 2001 Tird Avenue Sout Birmingam, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK TORCHMARK CORPORATION REPORTS FOURTH QUARTER AND YEAR-END 2004 RESULTS

More information

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY ASA Section on Survey Researc Metods SAMPLE DESIG FOR TE TERRORISM RISK ISURACE PROGRAM SURVEY G. ussain Coudry, Westat; Mats yfjäll, Statisticon; and Marianne Winglee, Westat G. ussain Coudry, Westat,

More information

Distances in random graphs with infinite mean degrees

Distances in random graphs with infinite mean degrees Distances in random graps wit infinite mean degrees Henri van den Esker, Remco van der Hofstad, Gerard Hoogiemstra and Dmitri Znamenski April 26, 2005 Abstract We study random graps wit an i.i.d. degree

More information

Pretrial Settlement with Imperfect Private Monitoring

Pretrial Settlement with Imperfect Private Monitoring Pretrial Settlement wit Imperfect Private Monitoring Mostafa Beskar Indiana University Jee-Hyeong Park y Seoul National University April, 2016 Extremely Preliminary; Please Do Not Circulate. Abstract We

More information

Strategic trading in a dynamic noisy market. Dimitri Vayanos

Strategic trading in a dynamic noisy market. Dimitri Vayanos LSE Researc Online Article (refereed) Strategic trading in a dynamic noisy market Dimitri Vayanos LSE as developed LSE Researc Online so tat users may access researc output of te Scool. Copyrigt and Moral

More information

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1)

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1) Insertion and Deletion in VL Trees Submitted in Partial Fulfillment of te Requirements for Dr. Eric Kaltofen s 66621: nalysis of lgoritms by Robert McCloskey December 14, 1984 1 ackground ccording to Knut

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information

Design and Analysis of a Fault-Tolerant Mechanism for a Server-Less Video-On-Demand System

Design and Analysis of a Fault-Tolerant Mechanism for a Server-Less Video-On-Demand System Design and Analysis of a Fault-olerant Mecanism for a Server-Less Video-On-Demand System Jack Y. B. Lee Department of Information Engineering e Cinese University of Hong Kong Satin, N.., Hong Kong Email:

More information

Catalogue no. 12-001-XIE. Survey Methodology. December 2004

Catalogue no. 12-001-XIE. Survey Methodology. December 2004 Catalogue no. 1-001-XIE Survey Metodology December 004 How to obtain more information Specific inquiries about tis product and related statistics or services sould be directed to: Business Survey Metods

More information

Working Capital 2013 UK plc s unproductive 69 billion

Working Capital 2013 UK plc s unproductive 69 billion 2013 Executive summary 2. Te level of excess working capital increased 3. UK sectors acieve a mixed performance 4. Size matters in te supply cain 6. Not all companies are overflowing wit cas 8. Excess

More information

Approximability of Two-Machine No-Wait Flowshop Scheduling with Availability Constraints

Approximability of Two-Machine No-Wait Flowshop Scheduling with Availability Constraints Approximability of Two-Machine No-Wait Flowshop Scheduling with Availability Constraints T.C. Edwin Cheng 1, and Zhaohui Liu 1,2 1 Department of Management, The Hong Kong Polytechnic University Kowloon,

More information

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function Lecture 10: Wat is a Function, definition, piecewise defined functions, difference quotient, domain of a function A function arises wen one quantity depends on anoter. Many everyday relationsips between

More information

Instantaneous Rate of Change:

Instantaneous Rate of Change: Instantaneous Rate of Cange: Last section we discovered tat te average rate of cange in F(x) can also be interpreted as te slope of a scant line. Te average rate of cange involves te cange in F(x) over

More information

Training Robust Support Vector Regression via D. C. Program

Training Robust Support Vector Regression via D. C. Program Journal of Information & Computational Science 7: 12 (2010) 2385 2394 Available at ttp://www.joics.com Training Robust Support Vector Regression via D. C. Program Kuaini Wang, Ping Zong, Yaoong Zao College

More information

Free Shipping and Repeat Buying on the Internet: Theory and Evidence

Free Shipping and Repeat Buying on the Internet: Theory and Evidence Free Sipping and Repeat Buying on te Internet: eory and Evidence Yingui Yang, Skander Essegaier and David R. Bell 1 June 13, 2005 1 Graduate Scool of Management, University of California at Davis (yiyang@ucdavis.edu)

More information

A system to monitor the quality of automated coding of textual answers to open questions

A system to monitor the quality of automated coding of textual answers to open questions Researc in Official Statistics Number 2/2001 A system to monitor te quality of automated coding of textual answers to open questions Stefania Maccia * and Marcello D Orazio ** Italian National Statistical

More information

Staffing and routing in a two-tier call centre. Sameer Hasija*, Edieal J. Pinker and Robert A. Shumsky

Staffing and routing in a two-tier call centre. Sameer Hasija*, Edieal J. Pinker and Robert A. Shumsky 8 Int. J. Operational Researc, Vol. 1, Nos. 1/, 005 Staffing and routing in a two-tier call centre Sameer Hasija*, Edieal J. Pinker and Robert A. Sumsky Simon Scool, University of Rocester, Rocester 1467,

More information

Tis Problem and Retail Inventory Management

Tis Problem and Retail Inventory Management Optimizing Inventory Replenisment of Retail Fasion Products Marsall Fiser Kumar Rajaram Anant Raman Te Warton Scool, University of Pennsylvania, 3620 Locust Walk, 3207 SH-DH, Piladelpia, Pennsylvania 19104-6366

More information

Unemployment insurance/severance payments and informality in developing countries

Unemployment insurance/severance payments and informality in developing countries Unemployment insurance/severance payments and informality in developing countries David Bardey y and Fernando Jaramillo z First version: September 2011. Tis version: November 2011. Abstract We analyze

More information

EC201 Intermediate Macroeconomics. EC201 Intermediate Macroeconomics Problem set 8 Solution

EC201 Intermediate Macroeconomics. EC201 Intermediate Macroeconomics Problem set 8 Solution EC201 Intermediate Macroeconomics EC201 Intermediate Macroeconomics Prolem set 8 Solution 1) Suppose tat te stock of mone in a given econom is given te sum of currenc and demand for current accounts tat

More information

Cyber Epidemic Models with Dependences

Cyber Epidemic Models with Dependences Cyber Epidemic Models wit Dependences Maocao Xu 1, Gaofeng Da 2 and Souuai Xu 3 1 Department of Matematics, Illinois State University mxu2@ilstu.edu 2 Institute for Cyber Security, University of Texas

More information

SAT Math Must-Know Facts & Formulas

SAT Math Must-Know Facts & Formulas SAT Mat Must-Know Facts & Formuas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationas: fractions, tat is, anyting expressabe as a ratio of integers Reas: integers pus rationas

More information

Simultaneous Location of Trauma Centers and Helicopters for Emergency Medical Service Planning

Simultaneous Location of Trauma Centers and Helicopters for Emergency Medical Service Planning Simultaneous Location of Trauma Centers and Helicopters for Emergency Medical Service Planning Soo-Haeng Co Hoon Jang Taesik Lee Jon Turner Tepper Scool of Business, Carnegie Mellon University, Pittsburg,

More information

Pioneer Fund Story. Searching for Value Today and Tomorrow. Pioneer Funds Equities

Pioneer Fund Story. Searching for Value Today and Tomorrow. Pioneer Funds Equities Pioneer Fund Story Searcing for Value Today and Tomorrow Pioneer Funds Equities Pioneer Fund A Cornerstone of Financial Foundations Since 1928 Te fund s relatively cautious stance as kept it competitive

More information

SHAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGHTS ON ELECTRICAL LOAD PATTERNS

SHAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGHTS ON ELECTRICAL LOAD PATTERNS CIRED Worksop - Rome, 11-12 June 2014 SAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGTS ON ELECTRICAL LOAD PATTERNS Diego Labate Paolo Giubbini Gianfranco Cicco Mario Ettorre Enel Distribuzione-Italy

More information

Theoretical calculation of the heat capacity

Theoretical calculation of the heat capacity eoretical calculation of te eat capacity Principle of equipartition of energy Heat capacity of ideal and real gases Heat capacity of solids: Dulong-Petit, Einstein, Debye models Heat capacity of metals

More information

On-line machine scheduling with batch setups

On-line machine scheduling with batch setups On-line machine scheduling with batch setups Lele Zhang, Andrew Wirth Department of Mechanical Engineering The University of Melbourne, VIC 3010, Australia Abstract We study a class of scheduling problems

More information

Channel Allocation in Non-Cooperative Multi-Radio Multi-Channel Wireless Networks

Channel Allocation in Non-Cooperative Multi-Radio Multi-Channel Wireless Networks Cannel Allocation in Non-Cooperative Multi-Radio Multi-Cannel Wireless Networks Dejun Yang, Xi Fang, Guoliang Xue Arizona State University Abstract Wile tremendous efforts ave been made on cannel allocation

More information

Analyzing the Effects of Insuring Health Risks:

Analyzing the Effects of Insuring Health Risks: Analyzing te Effects of Insuring Healt Risks: On te Trade-off between Sort Run Insurance Benefits vs. Long Run Incentive Costs Harold L. Cole University of Pennsylvania and NBER Soojin Kim University of

More information

Research on Risk Assessment of PFI Projects Based on Grid-fuzzy Borda Number

Research on Risk Assessment of PFI Projects Based on Grid-fuzzy Borda Number Researc on Risk Assessent of PFI Projects Based on Grid-fuzzy Borda Nuber LI Hailing 1, SHI Bensan 2 1. Scool of Arcitecture and Civil Engineering, Xiua University, Cina, 610039 2. Scool of Econoics and

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

Scheduling Jobs and Preventive Maintenance Activities on Parallel Machines

Scheduling Jobs and Preventive Maintenance Activities on Parallel Machines Scheduling Jobs and Preventive Maintenance Activities on Parallel Machines Maher Rebai University of Technology of Troyes Department of Industrial Systems 12 rue Marie Curie, 10000 Troyes France maher.rebai@utt.fr

More information

MULTY BINARY TURBO CODED WOFDM PERFORMANCE IN FLAT RAYLEIGH FADING CHANNELS

MULTY BINARY TURBO CODED WOFDM PERFORMANCE IN FLAT RAYLEIGH FADING CHANNELS Volume 49, Number 3, 28 MULTY BINARY TURBO CODED WOFDM PERFORMANCE IN FLAT RAYLEIGH FADING CHANNELS Marius OLTEAN Maria KOVACI Horia BALTA Andrei CAMPEANU Faculty of, Timisoara, Romania Bd. V. Parvan,

More information

For Sale By Owner Program. We can help with our for sale by owner kit that includes:

For Sale By Owner Program. We can help with our for sale by owner kit that includes: Dawn Coen Broker/Owner For Sale By Owner Program If you want to sell your ome By Owner wy not:: For Sale Dawn Coen Broker/Owner YOUR NAME YOUR PHONE # Look as professional as possible Be totally prepared

More information

NAFN NEWS SPRING2011 ISSUE 7. Welcome to the Spring edition of the NAFN Newsletter! INDEX. Service Updates Follow That Car! Turn Back The Clock

NAFN NEWS SPRING2011 ISSUE 7. Welcome to the Spring edition of the NAFN Newsletter! INDEX. Service Updates Follow That Car! Turn Back The Clock NAFN NEWS ISSUE 7 SPRING2011 Welcome to te Spring edition of te NAFN Newsletter! Spring is in te air at NAFN as we see several new services cropping up. Driving and transport emerged as a natural teme

More information

Orchestrating Bulk Data Transfers across Geo-Distributed Datacenters

Orchestrating Bulk Data Transfers across Geo-Distributed Datacenters Tis article as been accepted for publication in a future issue of tis journal, but as not been fully edited Content may cange prior to final publication Citation information: DOI 101109/TCC20152389842,

More information

Derivatives Math 120 Calculus I D Joyce, Fall 2013

Derivatives Math 120 Calculus I D Joyce, Fall 2013 Derivatives Mat 20 Calculus I D Joyce, Fall 203 Since we ave a good understanding of its, we can develop derivatives very quickly. Recall tat we defined te derivative f x of a function f at x to be te

More information

Heuristic algorithm for a flexible flow shop problem minimizing total weighted completion time (w j. ) constrains with proportional machines (q m

Heuristic algorithm for a flexible flow shop problem minimizing total weighted completion time (w j. ) constrains with proportional machines (q m Prospect. Vol. 9, No. 2, Julio - Diciembre de 2011, págs. 59-64 Algoritmo heurístico para resolver el problema de programación de operaciones minimizando el tiempo total de ejecución ponderado de las actividades

More information

f(x) f(a) x a Our intuition tells us that the slope of the tangent line to the curve at the point P is m P Q =

f(x) f(a) x a Our intuition tells us that the slope of the tangent line to the curve at the point P is m P Q = Lecture 6 : Derivatives and Rates of Cange In tis section we return to te problem of finding te equation of a tangent line to a curve, y f(x) If P (a, f(a)) is a point on te curve y f(x) and Q(x, f(x))

More information

Strategic trading and welfare in a dynamic market. Dimitri Vayanos

Strategic trading and welfare in a dynamic market. Dimitri Vayanos LSE Researc Online Article (refereed) Strategic trading and welfare in a dynamic market Dimitri Vayanos LSE as developed LSE Researc Online so tat users may access researc output of te Scool. Copyrigt

More information

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1 Copyrigt c Sanjoy Dasgupta Figure. (a) Te feasible region for a linear program wit two variables (see tet for details). (b) Contour lines of te objective function: for different values of (profit). Te

More information

An Orientation to the Public Health System for Participants and Spectators

An Orientation to the Public Health System for Participants and Spectators An Orientation to te Public Healt System for Participants and Spectators Presented by TEAM ORANGE CRUSH Pallisa Curtis, Illinois Department of Public Healt Lynn Galloway, Vermillion County Healt Department

More information

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia VELÁSQUEZ HENAO, JUAN DAVID; RUEDA MEJIA, VIVIANA MARIA; FRANCO CARDONA, CARLOS JAIME ELECTRICITY DEMAND FORECASTING USING

More information

Guide to Cover Letters & Thank You Letters

Guide to Cover Letters & Thank You Letters Guide to Cover Letters & Tank You Letters 206 Strebel Student Center (315) 792-3087 Fax (315) 792-3370 TIPS FOR WRITING A PERFECT COVER LETTER Te resume never travels alone. Eac time you submit your resume

More information

Artificial Neural Networks for Time Series Prediction - a novel Approach to Inventory Management using Asymmetric Cost Functions

Artificial Neural Networks for Time Series Prediction - a novel Approach to Inventory Management using Asymmetric Cost Functions Artificial Neural Networks for Time Series Prediction - a novel Approac to Inventory Management using Asymmetric Cost Functions Sven F. Crone University of Hamburg, Institute of Information Systems crone@econ.uni-amburg.de

More information

TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS. Swati Dhingra London School of Economics and CEP. Online Appendix

TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS. Swati Dhingra London School of Economics and CEP. Online Appendix TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS Swati Dingra London Scool of Economics and CEP Online Appendix APPENDIX A. THEORETICAL & EMPIRICAL RESULTS A.1. CES and Logit Preferences: Invariance of Innovation

More information

FINITE DIFFERENCE METHODS

FINITE DIFFERENCE METHODS FINITE DIFFERENCE METHODS LONG CHEN Te best known metods, finite difference, consists of replacing eac derivative by a difference quotient in te classic formulation. It is simple to code and economic to

More information

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem Sayedmohammadreza Vaghefinezhad 1, Kuan Yew Wong 2 1 Department of Manufacturing & Industrial Engineering, Faculty of Mechanical

More information

Bonferroni-Based Size-Correction for Nonstandard Testing Problems

Bonferroni-Based Size-Correction for Nonstandard Testing Problems Bonferroni-Based Size-Correction for Nonstandard Testing Problems Adam McCloskey Brown University October 2011; Tis Version: October 2012 Abstract We develop powerful new size-correction procedures for

More information

Shell and Tube Heat Exchanger

Shell and Tube Heat Exchanger Sell and Tube Heat Excanger MECH595 Introduction to Heat Transfer Professor M. Zenouzi Prepared by: Andrew Demedeiros, Ryan Ferguson, Bradford Powers November 19, 2009 1 Abstract 2 Contents Discussion

More information

On a Satellite Coverage

On a Satellite Coverage I. INTRODUCTION On a Satellite Coverage Problem DANNY T. CHI Kodak Berkeley Researc Yu T. su National Ciao Tbng University Te eart coverage area for a satellite in an Eart syncronous orbit wit a nonzero

More information

2.12 Student Transportation. Introduction

2.12 Student Transportation. Introduction Introduction Figure 1 At 31 Marc 2003, tere were approximately 84,000 students enrolled in scools in te Province of Newfoundland and Labrador, of wic an estimated 57,000 were transported by scool buses.

More information

Abstract. Introduction

Abstract. Introduction Fast solution of te Sallow Water Equations using GPU tecnology A Crossley, R Lamb, S Waller JBA Consulting, Sout Barn, Brougton Hall, Skipton, Nort Yorksire, BD23 3AE. amanda.crossley@baconsulting.co.uk

More information

Once you have reviewed the bulletin, please

Once you have reviewed the bulletin, please Akron Public Scools OFFICE OF CAREER EDUCATION BULLETIN #5 : Driver Responsibilities 1. Akron Board of Education employees assigned to drive Board-owned or leased veicles MUST BE FAMILIAR wit te Business

More information

h Understanding the safe operating principles and h Gaining maximum benefit and efficiency from your h Evaluating your testing system's performance

h Understanding the safe operating principles and h Gaining maximum benefit and efficiency from your h Evaluating your testing system's performance EXTRA TM Instron Services Revolve Around You It is everyting you expect from a global organization Te global training centers offer a complete educational service for users of advanced materials testing

More information

AN ANALYSIS OF THE IMPORTANCE OF APPROPRIATE TIE BREAKING RULES IN DISPATCH HEURISTICS

AN ANALYSIS OF THE IMPORTANCE OF APPROPRIATE TIE BREAKING RULES IN DISPATCH HEURISTICS versão impressa ISSN 0101-7438 / versão online ISSN 1678-5142 AN ANALYSIS OF THE IMPORTANCE OF APPROPRIATE TIE BREAKING RULES IN DISPATCH HEURISTICS Jorge M. S. Valente Faculdade de Economia Universidade

More information

10 Building Code Opportunities for California Local Governments

10 Building Code Opportunities for California Local Governments IN PARTNERSHIP WITH 0 Building Code Opportunities for California Local Governments Go beyond Title 24 codes by instituting local ordinances tat elp you reac your climate goals sooner and reap rewards earlier.

More information

CHAPTER 7. Di erentiation

CHAPTER 7. Di erentiation CHAPTER 7 Di erentiation 1. Te Derivative at a Point Definition 7.1. Let f be a function defined on a neigborood of x 0. f is di erentiable at x 0, if te following it exists: f 0 fx 0 + ) fx 0 ) x 0 )=.

More information

Note: Principal version Modification Modification Complete version from 1 October 2014 Business Law Corporate and Contract Law

Note: Principal version Modification Modification Complete version from 1 October 2014 Business Law Corporate and Contract Law Note: Te following curriculum is a consolidated version. It is legally non-binding and for informational purposes only. Te legally binding versions are found in te University of Innsbruck Bulletins (in

More information

Chapter 7 Numerical Differentiation and Integration

Chapter 7 Numerical Differentiation and Integration 45 We ave a abit in writing articles publised in scientiþc journals to make te work as Þnised as possible, to cover up all te tracks, to not worry about te blind alleys or describe ow you ad te wrong idea

More information

Digital evolution Where next for the consumer facing business?

Digital evolution Where next for the consumer facing business? Were next for te consumer facing business? Cover 2 Digital tecnologies are powerful enablers and lie beind a combination of disruptive forces. Teir rapid continuous development demands a response from

More information

CHAPTER TWO. f(x) Slope = f (3) = Rate of change of f at 3. x 3. f(1.001) f(1) Average velocity = 1.1 1 1.01 1. s(0.8) s(0) 0.8 0

CHAPTER TWO. f(x) Slope = f (3) = Rate of change of f at 3. x 3. f(1.001) f(1) Average velocity = 1.1 1 1.01 1. s(0.8) s(0) 0.8 0 CHAPTER TWO 2.1 SOLUTIONS 99 Solutions for Section 2.1 1. (a) Te average rate of cange is te slope of te secant line in Figure 2.1, wic sows tat tis slope is positive. (b) Te instantaneous rate of cange

More information

Heuristic Algorithm for the Parallel Machine Total Weighted Tardiness Scheduling Problem

Heuristic Algorithm for the Parallel Machine Total Weighted Tardiness Scheduling Problem Heuristic Algorithm for the Parallel Machine Total Weighted Tardiness Scheduling Problem Rosiane Rodrigues rosiane@cos.ufrj.br COPPE - Engenharia de Sistemas e Computação Universidade Federal do Rio de

More information

Chapter 11. Limits and an Introduction to Calculus. Selected Applications

Chapter 11. Limits and an Introduction to Calculus. Selected Applications Capter Limits and an Introduction to Calculus. Introduction to Limits. Tecniques for Evaluating Limits. Te Tangent Line Problem. Limits at Infinit and Limits of Sequences.5 Te Area Problem Selected Applications

More information

His solution? Federal law that requires government agencies and private industry to encrypt, or digitally scramble, sensitive data.

His solution? Federal law that requires government agencies and private industry to encrypt, or digitally scramble, sensitive data. NET GAIN Scoring points for your financial future AS SEEN IN USA TODAY S MONEY SECTION, FEBRUARY 9, 2007 Tec experts plot to catc identity tieves Politicians to security gurus offer ideas to prevent data

More information

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.3 Differentiation of Polynomials an Rational Functions In tis section we begin te task of iscovering rules for ifferentiating various classes of

More information

Global Sourcing of Complex Production Processes

Global Sourcing of Complex Production Processes Global Sourcing of Complex Production Processes December 2013 Cristian Scwarz Jens Suedekum Abstract We develop a teory of a firm in an incomplete contracts environment wic decides on te complexity, te

More information

School of Electrical, Electronic and Telecommunication Engineering, Universidad Industrial de Santander, Colombia. ivan.amaya2@correo.uis.edu.

School of Electrical, Electronic and Telecommunication Engineering, Universidad Industrial de Santander, Colombia. ivan.amaya2@correo.uis.edu. A modified firefly-inspired algorithm for global computational optimization Iván Amaya a, Jorge Cruz b & Rodrigo Correa c a School of Electrical, Electronic and Telecommunication Engineering, Universidad

More information

Dynamic Competitive Insurance

Dynamic Competitive Insurance Dynamic Competitive Insurance Vitor Farina Luz June 26, 205 Abstract I analyze long-term contracting in insurance markets wit asymmetric information and a finite or infinite orizon. Risk neutral firms

More information

Dynamically Scalable Architectures for E-Commerce

Dynamically Scalable Architectures for E-Commerce MKWI 2010 E-Commerce und E-Business 1289 Dynamically Scalable Arcitectures for E-Commerce A Strategy for Partial Integration of Cloud Resources in an E-Commerce System Georg Lackermair 1,2, Susanne Straringer

More information

Referendum-led Immigration Policy in the Welfare State

Referendum-led Immigration Policy in the Welfare State Referendum-led Immigration Policy in te Welfare State YUJI TAMURA Department of Economics, University of Warwick, UK First version: 12 December 2003 Updated: 16 Marc 2004 Abstract Preferences of eterogeneous

More information

Long Term Exchange Rate Risk and Hedging with. Provides Short Term Futures Contracts

Long Term Exchange Rate Risk and Hedging with. Provides Short Term Futures Contracts Academia, Revista atinoamericana de Administración, 50, 0, 66-78 Copyrigt 0 de Cladea, ttp://revistaacademia.cladea.org ong erm Excange Rate Risk and edging wit Quantity Uncertainty in a Market tat Only

More information

Predicting the behavior of interacting humans by fusing data from multiple sources

Predicting the behavior of interacting humans by fusing data from multiple sources Predicting te beavior of interacting umans by fusing data from multiple sources Erik J. Sclict 1, Ritcie Lee 2, David H. Wolpert 3,4, Mykel J. Kocenderfer 1, and Brendan Tracey 5 1 Lincoln Laboratory,

More information