Reverse Logistics Network in Uncertain Environment

Size: px
Start display at page:

Download "Reverse Logistics Network in Uncertain Environment"

Transcription

1 NFORMATON Volume 15, Number 12, pp SSN c 2012 nternational nformation nstitute Reverse Logistics Network in Uncertain Environment ianjun Liu, Yufu Ning, Xuedou Yu Department of Computer Science, Dezhou University, Dezhou , China Corresponding author: [email protected] Abstract This paper mainly studies reverse logistics network in uncertain environment, and proposes an expected value model for it. Then the proposed model is converted into a crisp equivalent model. A numerical example is presented to illustrate the given model. Keywords: Reverse logistics, Uncertainty theory, Uncertain programming 1 ntroduction Reverse logistics industry aims at designing a network for returning products with minimal cost. Many researchers have proposed some models in this area. n 2000, Fleischmann et. al. [3] considered the general characteristics of reverse logistics network, and proposed a network for product recovery. Then Beamon and Fernandes [1] designed a closed-loop network for product recovery and formulated a multi-period integer programming model in ndeterminacy factors exist in the system of reverse logistics network. n order to deal with this problem, some researchers proposed stochastic models for reverse logistics. Salema et. al. [16] studied a reverse logistics network with stochastic demands and returns. Chouinard et. al. [2] proposed a stochastic programming model for designing supply loops. As we know, probability theory is applicable only when the obtained distribution is close enough to the real frequency. However, we are often lack of observed data to estimate the probability distribution via statistics. Then we have to invite some experts to estimate the real frequency, and evaluate their belief degree which usually has a much larger range than the real frequency. n order to deal with the belief degree, an uncertainty theory was founded by Liu [6] in 2007 and refined by Liu [12] in n the framework of uncertainty theory, uncertain programming was proposed by Liu [8] as a spectrum of mathematical programming involving uncertain variables. Gao [4] studied shortest path problems in uncertain environment, and Gao [5] studied facility location problems with uncertain parameters. Sheng and Yao [17] proposed an uncertain transportation model. This paper will propose an uncertain reverse logistic model. This rest of this paper is organized as follows. n Section 2, we will review some basic concepts in uncertainty theory which will be used throughout the paper. Then we introduce reverse logistic problem in Section 3. Then the uncertain reverse logistics model is formulated and converted to a crisp model in Section 4. Then an example was given to illustrate the model in Section 5. At last, some remarks are given in Section 6. 2 Preliminary Uncertainty theory, founded by Liu [6] in 2007 and refined by Liu [12] in 2011, is a branch of axiomatic mathematics to deal with human uncertainty. t has brought about many branches such as uncertain process Liu [7], uncertain calculus Liu [9], Yao [18], uncertain differential equation Liu [7], uncertain set Liu [10, 15], uncertain inference Liu [10], uncertain logic Liu [13] and uncertain risk analysis Liu [11]. n this section, we will introduce some basic concepts about uncertainty theory which will be used throughout the paper. Definition 1 Liu [6] Let L be a σ-algebra on a nonempty set Γ. A set function M : L [0, 1] is called an uncertain measure if it satisfies the following axioms: Axiom 1: Normality Axiom M{Γ} = 1 for the universal set Γ. 380

2 REVERSE LOGSTCS NETWORK N UNCERTAN ENVRONMENT Axiom 2: Duality Axiom M{Λ} + M{Λ c } = 1 for any event Λ. Axiom 3: Subadditivity Axiom For every countable sequence of events Λ 1, Λ 2,, we have { } M Λ i M {Λ i }. The triplet Γ, L, M is called an uncertainty space. Besides, Liu [9] defined the product uncertain measure on the product σ-algebra L as follows, Axiom 4: Product Axiom Let Γ k, L k, M k be uncertainty spaces for k = 1, 2, Then the product uncertain measure M is an uncertain measure satisfying { } M Λ k = M k {Λ k } where Λ k are arbitrarily chosen events from L k for k = 1, 2,, respectively. Definition 2 Liu [6] An uncertain variable ξ is a measurable function from an uncertainty space Γ, L, M to the set of real numbers, i.e., for any Borel set B of real numbers, the set is an event. k=1 {ξ B} = {γ Γ ξγ B} Definition 3 Liu [6] The uncertainty distribution Φ of an uncertain variable ξ is defined by for any real number x. Φx = M{ξ x} Definition 4 Liu [6] Let ξ be an uncertain variable. Then the expected value of ξ is defined by E[ξ] = + provided that at least one of the two integrals is finite. 0 0 M{ξ r}dr M{ξ r}dr Theorem 1 Liu [12] Let ξ and η be independent uncertain variables with finite expected values. Then for any real numbers a and b, we have E[aξ + bη] = ae[ξ] + be[η]. 3 Problem statement The key step of a reverse logistics network is to establish some recovery facilities as the links between consumers and the manufactory. The decision-making targets are as follows: i choosing the sites of recovery facilities from the potential sets, ii determining the amount of products returned by each recovery facility from consumers. Figure 1 is a visual representation of this network. The fixed cost for short, FC for reprocessing capital investment rises with the capacity level, and the variable cost for short, VC for processing declines due to economy scale. n addition, an inventory cost for short, C associated with the inventory levels may become significant. Furthermore, the transportation cost for short, TC is assumed to be a linear function of volume. The cost of uncollected fraction is named as penalty cost for short, PC. To conclude, the total cost of recovery network can be presented by C = F C + V C + C + T C + P C. The parameters of the reverse logistics network are listed as follows. ndex sets i = 1, 2,...,, set of consumer zones. j = 1, 2,...,, set of recovery facilities. 381

3 ANUN LU, YUFU NNG, XUEDOU YU M Manufactory Consumers Recovery facilities Figure 1: Reverse logistic network graph Decision variables x ij : volume of returned products collected by recovery facilities j from consumer i. { 1, if a recovery facility j is opened, y j = 0, otherwise. Model parameters ξ i : volume of products returned by consumer i, 1 i ; F X j : fixed cost to open facility j, 1 j ; ζ j : unit reprocessing cost at facility j, 1 j ; h j : unit holding cost at facility j, 1 j ; c ij : unit transportation cost between consumer i and facility location j, 1 i, 1 j ; q j : unit transportation cost from facility location j to manufactory, 1 j ; c p i : unit penalty cost of non-returned products from consumer i, 1 i ; V j : maximum capacity of facility j, 1 j ; M: maximum number of established reprocessing facilities; λ: service level given by the manufactory. Therefore the cost structures are F C = T C = F X j y j ; V C = c ij x ij + ζ j x ij ; C = q j x ij ; P C = h j x ij ; c p i ξ i x ij. The total cost of the reverse logistics network is C = F X jy j + + q j x ij ζ j x ij + h j + c ijx ij x ij + cp i ξ i x ij. 1 n this paper, the parameters ξ i, F X j, ζ j and h j are all assumed to be uncertain variables. Therefore, the total cost C is also an uncertain variable. 4 The reverse logistics network model Expected value model is the most commonly used approach to solve indeterminacy problems. n this section, it is employed to design a reverse logistics network with uncertain parameters. 382

4 REVERSE LOGSTCS NETWORK N UNCERTAN ENVRONMENT The expected value model for reserve logistics network is formulated as follows, min E[C] s.t. E[λξ i ] x ij A1 x ij y j V j A2 1 y j M A3 x ij 0 y j {0, 1} A4 A5 0 i, 1 j. A6 2 The objective function is the expected value of the total cost of the product recovery network. Constraint A1 means that the total volume of products collected from all consumers must satisfy the demand of each consumer at the service level λ in expected value sense. Constraint A2 ensures the returned products by each recovery facility does not exceed its maximum capacity. Constraint A3 maintains at least one recovery facility and at most M recovery facilities. Constraint A4 preserves the nonnegativity of decision variables x ij. Constraint A5 assures the binary integrality of decision variables y j. Theorem 2 Let ξ i, F X j, ζ j and h j be independent uncertain variables for all i and j. Then model 2 is equivalent to the following deterministic programming model min E[F X j]y j + E[ζ j] x ij + c ijx ij + q j x ij + E[h j] x ij + cp i E[ξ i ] x ij 3 s.t. A1 A6. Proof: Note that C is a linear function of independent uncertain variables ξ i, F X j, ζ j, h j. We obtain that E[C] = E[F X j]y j + E[ζ j] x ij + c ijx ij + q j x ij + E[h j] x ij + cp i E[ξ i] x ij which is the objective function. The proof is completed. When the parameters ξ i, F X j, ζ j and h j are normal uncertain variables Ne ξi, σ ξi, Ne F Xj, σ F Xj, Ne ζj, σ ζj and Ne hj, σ hj, the expected value model 3 is converted into the following model, min C E s.t. λe ξi x ij A1 A2 A6 4 where C E = e F X j y j + e ζ j x ij + c ijx ij + q j x ij + e h j x ij + cp i e ξi x ij. 5 Numerical example n this section, we consider an example to illustrate the expected value model of reverse logistics network. Suppose that the manufacturer only chooses 5 recovery facilities to serve 3 consumer zones. Table 1 summarizes the parameters ξ i and c p i related to consumer zones, in which cp i are crisp quantities, but ξ i are assumed to 383

5 ANUN LU, YUFU NNG, XUEDOU YU Table 1: Parameters related to consumer zones i ξ i c p i 1 N75, N90, N100, be normal uncertain variables. n Table 2, parameters V j and q j are assumed to be crisp numbers, F X j, h j and ζ j are considered as normal uncertain variables. The unit transportation costs c ij are given in Table 3 as crisp quantities. The parameter λ is chosen as 0.8. Table 2: Parameters related to recovery facilities j F X j ζ j h j q j V j 1 N180, 4 N0.54, 0.02 N12, N202, 2 N0.36, 0.03 N16, N188, 4 N0.69, 0.03 N14, N208, 6 N0.54, 0.04 N16, N200, 3 N0.45, 0.03 N10, Table 3: Unit transportation cost c ij i/j The objective function of the expected value model 4 is converted into the following form based on the data in Tables 1-3, 180y y y y y x x x x x x x x x x x x x x x 35. The constraints are given as follows, 5 x 5 1j 60; x 2j 72; 5 x 3j 80; D1 1 5 y j 5; D2 x i1 490y 1 ; x i2 502y 2 ; x i3 487y 3 ; D3 x i4 506y 4 ; x i5 503y 5 ; D4 x ij 0; y j {0, 1}; D5 D6 i = 1, 2, 3; j = 1, 2, 3, 4, 5. D7 Then the model 4 is converted into a crisp programming model with the objective function 5 and constraints D1 D7. The optimal objective value of the model 4 is , and the optimal solution is shown in Table

6 REVERSE LOGSTCS NETWORK N UNCERTAN ENVRONMENT Table 4: Optimal production plan variable x 11 x 12 x 13 x 14 x 15 x 21 x 22 x 23 x 24 x 25 x 31 x 32 x 33 x 34 x 35 volume unit cost Conclusions The reverse logistics network with uncertain costs was first considered in this paper. An expected value model was proposed to describe the uncertain reverse logistics problem and was converted to a crisp programming model. Besides, an example was given to illustrate the proposed model. Acknowledgement This paper is supported by Shandong Provincial Scientific and Technological Research Plan Project No. 2009GG and No. 2011YD References [1] Beamon B, Fernandes C, Supply-chain network configuration for product recovery, Production Planning and Control, Vol.15, No.3, , [2] Chouinard M, Dmoursa S, At-Kadi D, A stochastic programming approach for designing supply loops, nternational ournal Production Economics, Vol.113, No.2, , [3] Fleischmann M, Krikke HR, Dekker R, Flapper S D, A characterisation of logistics networks for product recovery, Omega, Vol.28, No.6, , [4] Gao Y., Shortest path problem with uncertain arc lengths, Computers and Mathematics with Applications, Vol.62, No.6, , [5] Gao Y., Uncertain models for single facility location problems on networks, Applied Mathematical Modelling, Vol.36, No.6, , [6] Liu B., Uncertainty Theory, 2nd ed., Springer-Verlag, Berlin, [7] Liu B., Fuzzy process, hybrid process and uncertain process, ournal of Uncertain Systems, Vol.2, No.1, 3-16, [8] Liu B., Theory and Practice of Uncertain Programming, 2nd ed., Springer-Verlag, Berlin, [9] Liu B., Some research problems in uncertainty theory, ournal of Uncertain Systems, Vol.3, No.1, 3-10, [10] Liu B., Uncertain set theory and uncertain inference rule with application to uncertain control, ournal of Uncertain Systems, Vol.4, No.2, 83-98, [11] Liu B., Uncertain risk analysis and uncertain reliability analysis, ournal of Uncertain Systems, Vol.4, No.3, , [12] Liu B., Uncertainty Theory: A Branch of Mathematics for Modeling Human Uncertainty, Springer-Verlag, Berlin, [13] Liu B., Uncertain logic for modeling human language, ournal of Uncertain Systems, Vol.5, No.1, 3-20, [14] Liu B., Why is there a need for uncertainty theory? ournal of Uncertain Systems, Vol.6, No.1, 3-10, [15] Liu B., Membership functions and operational law of uncertain sets, Fuzzy Optimization and Decision Making, to be published. [16] Salema M, Barbosa-Povoa A, Novais Q, An optimization model for the design of a capacitated multi-product reverse logistics network with uncertainty, European ournal of Operational Research, Vol.179, No.3, , [17] Sheng Y.H., and Yao K., A transportation model with uncertain costs and demands, nformation: An nternational nterdisciplinary ournal, Vol.15, No.8, , [18] Yao K., Uncertain calculus with renewal process, Fuzzy Optimization and Decision Making, Vol.11, No.3, ,

Some Research Problems in Uncertainty Theory

Some Research Problems in Uncertainty Theory Journal of Uncertain Systems Vol.3, No.1, pp.3-10, 2009 Online at: www.jus.org.uk Some Research Problems in Uncertainty Theory aoding Liu Uncertainty Theory Laboratory, Department of Mathematical Sciences

More information

Asian Option Pricing Formula for Uncertain Financial Market

Asian Option Pricing Formula for Uncertain Financial Market Sun and Chen Journal of Uncertainty Analysis and Applications (215) 3:11 DOI 1.1186/s4467-15-35-7 RESEARCH Open Access Asian Option Pricing Formula for Uncertain Financial Market Jiajun Sun 1 and Xiaowei

More information

The retrofit of a closed-loop distribution network: the case of lead batteries

The retrofit of a closed-loop distribution network: the case of lead batteries 20 th European Symposium on Computer Aided Process Engineering ESCAPE20 S. Pierucci and G. Buzzi Ferraris (Editors) 2010 Elsevier B.V. All rights reserved. The retrofit of a closed-loop distribution network:

More information

Abstract. 1. Introduction. Caparica, Portugal b CEG, IST-UTL, Av. Rovisco Pais, 1049-001 Lisboa, Portugal

Abstract. 1. Introduction. Caparica, Portugal b CEG, IST-UTL, Av. Rovisco Pais, 1049-001 Lisboa, Portugal Ian David Lockhart Bogle and Michael Fairweather (Editors), Proceedings of the 22nd European Symposium on Computer Aided Process Engineering, 17-20 June 2012, London. 2012 Elsevier B.V. All rights reserved.

More information

A LOT-SIZING PROBLEM WITH TIME VARIATION IMPACT IN CLOSED-LOOP SUPPLY CHAINS

A LOT-SIZING PROBLEM WITH TIME VARIATION IMPACT IN CLOSED-LOOP SUPPLY CHAINS A LOT-SIZING PROBLEM WITH TIME VARIATION IMPACT IN CLOSED-LOOP SUPPLY CHAINS Aya Ishigaki*, [email protected]; Tokyo University of Science, Japan Tetsuo Yamada, [email protected]; The University

More information

Research Article Two-Period Inventory Control with Manufacturing and Remanufacturing under Return Compensation Policy

Research Article Two-Period Inventory Control with Manufacturing and Remanufacturing under Return Compensation Policy Discrete Dynamics in Nature and Society Volume 2013, Article ID 871286, 8 pages http://dx.doi.org/10.1155/2013/871286 Research Article Two-Period Inventory Control with Manufacturing and Remanufacturing

More information

On-line supplement On the Integrated Production and Distribution Problem with Bi-directional Flows

On-line supplement On the Integrated Production and Distribution Problem with Bi-directional Flows On-line supplement On the Integrated Production and Distribution Problem with Bi-directional Flows Lei Lei Department of Supply Chain Management and Marketing Sciences, Rutgers University, 180 University

More information

STRATEGIC CAPACITY PLANNING USING STOCK CONTROL MODEL

STRATEGIC CAPACITY PLANNING USING STOCK CONTROL MODEL Session 6. Applications of Mathematical Methods to Logistics and Business Proceedings of the 9th International Conference Reliability and Statistics in Transportation and Communication (RelStat 09), 21

More information

Determination of the normalization level of database schemas through equivalence classes of attributes

Determination of the normalization level of database schemas through equivalence classes of attributes Computer Science Journal of Moldova, vol.17, no.2(50), 2009 Determination of the normalization level of database schemas through equivalence classes of attributes Cotelea Vitalie Abstract In this paper,

More information

Resource grouping selection to minimize the maximum over capacity planning

Resource grouping selection to minimize the maximum over capacity planning 2012 International Conference on Industrial and Intelligent Information (ICIII 2012) IPCSIT vol.31 (2012) (2012) IACSIT Press, Singapore Resource grouping selection to minimize the maximum over capacity

More information

A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables

A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables 383838383813 Journal of Uncertain Systems Vol.6, No.1, pp.38-50, 2012 Online at: www.jus.org.uk A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables Javad Nematian * Department

More information

Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams

Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams André Ciré University of Toronto John Hooker Carnegie Mellon University INFORMS 2014 Home Health Care Home health care delivery

More information

Course Syllabus For Operations Management. Management Information Systems

Course Syllabus For Operations Management. Management Information Systems For Operations Management and Management Information Systems Department School Year First Year First Year First Year Second year Second year Second year Third year Third year Third year Third year Third

More information

Supply Chain Planning Considering the Production of Defective Products

Supply Chain Planning Considering the Production of Defective Products Supply Chain Planning Considering the Production of Defective Products Ferrara Miguel, Corsano Gabriela, Montagna Marcelo INGAR Instituto de Desarrollo y Diseño CONICET-UTN Avellaneda 3657, Santa Fe, Argentina

More information

Chapter ML:IV. IV. Statistical Learning. Probability Basics Bayes Classification Maximum a-posteriori Hypotheses

Chapter ML:IV. IV. Statistical Learning. Probability Basics Bayes Classification Maximum a-posteriori Hypotheses Chapter ML:IV IV. Statistical Learning Probability Basics Bayes Classification Maximum a-posteriori Hypotheses ML:IV-1 Statistical Learning STEIN 2005-2015 Area Overview Mathematics Statistics...... Stochastics

More information

Optimization of the physical distribution of furniture. Sergey Victorovich Noskov

Optimization of the physical distribution of furniture. Sergey Victorovich Noskov Optimization of the physical distribution of furniture Sergey Victorovich Noskov Samara State University of Economics, Soviet Army Street, 141, Samara, 443090, Russian Federation Abstract. Revealed a significant

More information

Coordinated Pricing and Inventory in A System with Minimum and Maximum Production Constraints

Coordinated Pricing and Inventory in A System with Minimum and Maximum Production Constraints The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 160 165 Coordinated Pricing and Inventory

More information

SUPPLIER SELECTION IN A CLOSED-LOOP SUPPLY CHAIN NETWORK

SUPPLIER SELECTION IN A CLOSED-LOOP SUPPLY CHAIN NETWORK SUPPLIER SELECTION IN A CLOSED-LOOP SUPPLY CHAIN NETWORK Satish Nukala, Northeastern University, Boston, MA 025, (67)-373-7635, [email protected] Surendra M. Gupta*, Northeastern University, Boston,

More information

Two-Stage Stochastic Linear Programs

Two-Stage Stochastic Linear Programs Two-Stage Stochastic Linear Programs Operations Research Anthony Papavasiliou 1 / 27 Two-Stage Stochastic Linear Programs 1 Short Reviews Probability Spaces and Random Variables Convex Analysis 2 Deterministic

More information

UNCERTAINTIES OF MATHEMATICAL MODELING

UNCERTAINTIES OF MATHEMATICAL MODELING Proceedings of the 12 th Symposium of Mathematics and its Applications "Politehnica" University of Timisoara November, 5-7, 2009 UNCERTAINTIES OF MATHEMATICAL MODELING László POKORÁDI University of Debrecen

More information

A Robust Optimization Approach to Supply Chain Management

A Robust Optimization Approach to Supply Chain Management A Robust Optimization Approach to Supply Chain Management Dimitris Bertsimas and Aurélie Thiele Massachusetts Institute of Technology, Cambridge MA 0139, [email protected], [email protected] Abstract. We

More information

Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic Information

Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic Information Journal of Computational Information Systems 9: 14 2013 5529 5534 Available at http://www.jofcis.com Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic

More information

Operations Research in Production Planning, Scheduling, and Inventory Control

Operations Research in Production Planning, Scheduling, and Inventory Control TECHNISCHE HOCHSCHULE DARMSTADT Fachbereich 1 Ges am t b i bj_[o_t he_k Bet ri eb? wi rtscha\ \ si eh re Inventar-Nr. : Abstell-Nr. : Sachgebiete:.^~ Operations Research in Production Planning, Scheduling,

More information

Hint 1. Answer (b) first. Make the set as simple as possible and try to generalize the phenomena it exhibits. [Caution: the next hint is an answer to

Hint 1. Answer (b) first. Make the set as simple as possible and try to generalize the phenomena it exhibits. [Caution: the next hint is an answer to Problem. Consider the collection of all subsets A of the topological space X. The operations of osure A Ā and ementation A X A are functions from this collection to itself. (a) Show that starting with

More information

Extension of measure

Extension of measure 1 Extension of measure Sayan Mukherjee Dynkin s π λ theorem We will soon need to define probability measures on infinite and possible uncountable sets, like the power set of the naturals. This is hard.

More information

Optimal Scheduling for Dependent Details Processing Using MS Excel Solver

Optimal Scheduling for Dependent Details Processing Using MS Excel Solver BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 2 Sofia 2008 Optimal Scheduling for Dependent Details Processing Using MS Excel Solver Daniela Borissova Institute of

More information

Full and Complete Binary Trees

Full and Complete Binary Trees Full and Complete Binary Trees Binary Tree Theorems 1 Here are two important types of binary trees. Note that the definitions, while similar, are logically independent. Definition: a binary tree T is full

More information

Degree Hypergroupoids Associated with Hypergraphs

Degree Hypergroupoids Associated with Hypergraphs Filomat 8:1 (014), 119 19 DOI 10.98/FIL1401119F Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Degree Hypergroupoids Associated

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Types of Degrees in Bipolar Fuzzy Graphs

Types of Degrees in Bipolar Fuzzy Graphs pplied Mathematical Sciences, Vol. 7, 2013, no. 98, 4857-4866 HIKRI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.37389 Types of Degrees in Bipolar Fuzzy Graphs Basheer hamed Mohideen Department

More information

Optimization of Production and Inventory Systems in Manufacturing for Higher Productivity

Optimization of Production and Inventory Systems in Manufacturing for Higher Productivity P and Optimization of Production and Inventory Systems in Manufacturing for Higher Productivity Osueke, G. OP 1 Okolie, S. T. AP 1.Mechanical Engineering Dept., Federal University of Technology, Owerri.

More information

On Integer Additive Set-Indexers of Graphs

On Integer Additive Set-Indexers of Graphs On Integer Additive Set-Indexers of Graphs arxiv:1312.7672v4 [math.co] 2 Mar 2014 N K Sudev and K A Germina Abstract A set-indexer of a graph G is an injective set-valued function f : V (G) 2 X such that

More information

Linear Programming Notes V Problem Transformations

Linear Programming Notes V Problem Transformations Linear Programming Notes V Problem Transformations 1 Introduction Any linear programming problem can be rewritten in either of two standard forms. In the first form, the objective is to maximize, the material

More information

6.231 Dynamic Programming and Stochastic Control Fall 2008

6.231 Dynamic Programming and Stochastic Control Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 6.231 Dynamic Programming and Stochastic Control Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 6.231

More information

Keywords: Forward Logistics, Reverse Logistics, Supply Chain Management, Mathematical Programming, Beverage Industry.

Keywords: Forward Logistics, Reverse Logistics, Supply Chain Management, Mathematical Programming, Beverage Industry. A Model for Coordination of Production Planning, Forward and Reverse Logistics Management in a Multi-product and Multiplant Environment, with Reusable Bottles Constraints Parra Peña J 1, Vicens-Salort

More information

Supply Chain Management of a Blood Banking System. with Cost and Risk Minimization

Supply Chain Management of a Blood Banking System. with Cost and Risk Minimization Supply Chain Network Operations Management of a Blood Banking System with Cost and Risk Minimization Anna Nagurney Amir H. Masoumi Min Yu Isenberg School of Management University of Massachusetts Amherst,

More information

An Integrated Production Inventory System for. Perishable Items with Fixed and Linear Backorders

An Integrated Production Inventory System for. Perishable Items with Fixed and Linear Backorders Int. Journal of Math. Analysis, Vol. 8, 2014, no. 32, 1549-1559 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.46176 An Integrated Production Inventory System for Perishable Items with

More information

SPARE PARTS INVENTORY SYSTEMS UNDER AN INCREASING FAILURE RATE DEMAND INTERVAL DISTRIBUTION

SPARE PARTS INVENTORY SYSTEMS UNDER AN INCREASING FAILURE RATE DEMAND INTERVAL DISTRIBUTION SPARE PARS INVENORY SYSEMS UNDER AN INCREASING FAILURE RAE DEMAND INERVAL DISRIBUION Safa Saidane 1, M. Zied Babai 2, M. Salah Aguir 3, Ouajdi Korbaa 4 1 National School of Computer Sciences (unisia),

More information

Motivated by a problem faced by a large manufacturer of a consumer product, we

Motivated by a problem faced by a large manufacturer of a consumer product, we A Coordinated Production Planning Model with Capacity Expansion and Inventory Management Sampath Rajagopalan Jayashankar M. Swaminathan Marshall School of Business, University of Southern California, Los

More information

INTEGER PROGRAMMING. Integer Programming. Prototype example. BIP model. BIP models

INTEGER PROGRAMMING. Integer Programming. Prototype example. BIP model. BIP models Integer Programming INTEGER PROGRAMMING In many problems the decision variables must have integer values. Example: assign people, machines, and vehicles to activities in integer quantities. If this is

More information

Bounded Cost Algorithms for Multivalued Consensus Using Binary Consensus Instances

Bounded Cost Algorithms for Multivalued Consensus Using Binary Consensus Instances Bounded Cost Algorithms for Multivalued Consensus Using Binary Consensus Instances Jialin Zhang Tsinghua University [email protected] Wei Chen Microsoft Research Asia [email protected] Abstract

More information

Elements of probability theory

Elements of probability theory 2 Elements of probability theory Probability theory provides mathematical models for random phenomena, that is, phenomena which under repeated observations yield di erent outcomes that cannot be predicted

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

Load Balancing and Switch Scheduling

Load Balancing and Switch Scheduling EE384Y Project Final Report Load Balancing and Switch Scheduling Xiangheng Liu Department of Electrical Engineering Stanford University, Stanford CA 94305 Email: [email protected] Abstract Load

More information

Fuzzy Probability Distributions in Bayesian Analysis

Fuzzy Probability Distributions in Bayesian Analysis Fuzzy Probability Distributions in Bayesian Analysis Reinhard Viertl and Owat Sunanta Department of Statistics and Probability Theory Vienna University of Technology, Vienna, Austria Corresponding author:

More information

FIRST YEAR CALCULUS. Chapter 7 CONTINUITY. It is a parabola, and we can draw this parabola without lifting our pencil from the paper.

FIRST YEAR CALCULUS. Chapter 7 CONTINUITY. It is a parabola, and we can draw this parabola without lifting our pencil from the paper. FIRST YEAR CALCULUS WWLCHENW L c WWWL W L Chen, 1982, 2008. 2006. This chapter originates from material used by the author at Imperial College, University of London, between 1981 and 1990. It It is is

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 36 Location Problems In this lecture, we continue the discussion

More information

A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY CAPACITY PLANNING

A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY CAPACITY PLANNING A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY Yung-Cheng (Rex) Lai, Assistant Professor, Department of Civil Engineering, National Taiwan University, Rm 313, Civil Engineering Building,

More information

Further Study on Strong Lagrangian Duality Property for Invex Programs via Penalty Functions 1

Further Study on Strong Lagrangian Duality Property for Invex Programs via Penalty Functions 1 Further Study on Strong Lagrangian Duality Property for Invex Programs via Penalty Functions 1 J. Zhang Institute of Applied Mathematics, Chongqing University of Posts and Telecommunications, Chongqing

More information

The facility location problem in a reverse logistic network: Weeenmodels project in the city of Genoa

The facility location problem in a reverse logistic network: Weeenmodels project in the city of Genoa The facility location problem in a reverse logistic network: Weeenmodels project in the city of Genoa Silvia Siri 1, Ishara Thirimadura Mendis 2, Cino Repetto 2 Abstract In this paper a multi-stage multi-commodity

More information

Random graphs with a given degree sequence

Random graphs with a given degree sequence Sourav Chatterjee (NYU) Persi Diaconis (Stanford) Allan Sly (Microsoft) Let G be an undirected simple graph on n vertices. Let d 1,..., d n be the degrees of the vertices of G arranged in descending order.

More information

DESIGNING A CLOSED-LOOP SUPPLY CHAIN FOR ALUMINUM ENGINE MANUFACTURING

DESIGNING A CLOSED-LOOP SUPPLY CHAIN FOR ALUMINUM ENGINE MANUFACTURING DESIGNING A CLOSED-LOOP SUPPLY CHAIN FOR ALUMINUM ENGINE MANUFACTURING R.S. Lashkari and Yi Duan Department of Industrial and Manufacturing Systems ering University of Windsor 40 Sunset Ave, Windsor, ON

More information

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Tamsui Oxford Journal of Management Sciences, Vol. 0, No. (-6) Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Chih-Hsun Hsieh (Received September 9, 00; Revised October,

More information

13.10: How Series and Parallel Circuits Differ pg. 571

13.10: How Series and Parallel Circuits Differ pg. 571 13.10: How Series and Parallel Circuits Differ pg. 571 Key Concepts: 5. Connecting loads in series and parallel affects the current, potential difference, and total resistance. - Using your knowledge of

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning LU 2 - Markov Decision Problems and Dynamic Programming Dr. Martin Lauer AG Maschinelles Lernen und Natürlichsprachliche Systeme Albert-Ludwigs-Universität Freiburg [email protected]

More information

General lotsizing problem in a closed-loop supply chain with uncertain returns

General lotsizing problem in a closed-loop supply chain with uncertain returns General lotsizing problem in a closed-loop supply chain with uncertain returns Guillaume Amand, Yasemin Arda July 3, 2013 G. Amand and Y. Arda (HEC-Ulg) General lotsizing problem in a closed-loop supply

More information

How To Find Out How To Calculate A Premeasure On A Set Of Two-Dimensional Algebra

How To Find Out How To Calculate A Premeasure On A Set Of Two-Dimensional Algebra 54 CHAPTER 5 Product Measures Given two measure spaces, we may construct a natural measure on their Cartesian product; the prototype is the construction of Lebesgue measure on R 2 as the product of Lebesgue

More information

A Propositional Dynamic Logic for CCS Programs

A Propositional Dynamic Logic for CCS Programs A Propositional Dynamic Logic for CCS Programs Mario R. F. Benevides and L. Menasché Schechter {mario,luis}@cos.ufrj.br Abstract This work presents a Propositional Dynamic Logic in which the programs are

More information

ALMOST COMMON PRIORS 1. INTRODUCTION

ALMOST COMMON PRIORS 1. INTRODUCTION ALMOST COMMON PRIORS ZIV HELLMAN ABSTRACT. What happens when priors are not common? We introduce a measure for how far a type space is from having a common prior, which we term prior distance. If a type

More information

There is no degree invariant half-jump

There is no degree invariant half-jump There is no degree invariant half-jump Rod Downey Mathematics Department Victoria University of Wellington P O Box 600 Wellington New Zealand Richard A. Shore Mathematics Department Cornell University

More information

Integer Programming Model for Inventory Optimization for a Multi Echelon System

Integer Programming Model for Inventory Optimization for a Multi Echelon System Journal of Advanced Management Science Vol, No, January 06 Integer Programming Model for Inventory Optimization for a Multi Echelon System Bassem H Roushdy Basic and Applied Science, Arab Academy for Science

More information

Planning of Capacity, Production and Inventory Decisions in a Generic Closed Loop Supply Chain under Uncertain Demand and Returns

Planning of Capacity, Production and Inventory Decisions in a Generic Closed Loop Supply Chain under Uncertain Demand and Returns Planning of Capacity, Production and Inventory Decisions in a Generic Closed Loop Supply Chain under Uncertain Demand and Returns Onur Kaya, Fatih Bagci and Metin Turkay [email protected], [email protected],

More information

Optimization of Supply Chain Networks

Optimization of Supply Chain Networks Optimization of Supply Chain Networks M. Herty TU Kaiserslautern September 2006 (2006) 1 / 41 Contents 1 Supply Chain Modeling 2 Networks 3 Optimization Continuous optimal control problem Discrete optimal

More information

Revenue Management for Transportation Problems

Revenue Management for Transportation Problems Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende

More information

Modeling and Performance Evaluation of Computer Systems Security Operation 1

Modeling and Performance Evaluation of Computer Systems Security Operation 1 Modeling and Performance Evaluation of Computer Systems Security Operation 1 D. Guster 2 St.Cloud State University 3 N.K. Krivulin 4 St.Petersburg State University 5 Abstract A model of computer system

More information

A Profit-Maximizing Production Lot sizing Decision Model with Stochastic Demand

A Profit-Maximizing Production Lot sizing Decision Model with Stochastic Demand A Profit-Maximizing Production Lot sizing Decision Model with Stochastic Demand Kizito Paul Mubiru Department of Mechanical and Production Engineering Kyambogo University, Uganda Abstract - Demand uncertainty

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning LU 2 - Markov Decision Problems and Dynamic Programming Dr. Joschka Bödecker AG Maschinelles Lernen und Natürlichsprachliche Systeme Albert-Ludwigs-Universität Freiburg [email protected]

More information

SCORE SETS IN ORIENTED GRAPHS

SCORE SETS IN ORIENTED GRAPHS Applicable Analysis and Discrete Mathematics, 2 (2008), 107 113. Available electronically at http://pefmath.etf.bg.ac.yu SCORE SETS IN ORIENTED GRAPHS S. Pirzada, T. A. Naikoo The score of a vertex v in

More information

THE SCHEDULING OF MAINTENANCE SERVICE

THE SCHEDULING OF MAINTENANCE SERVICE THE SCHEDULING OF MAINTENANCE SERVICE Shoshana Anily Celia A. Glass Refael Hassin Abstract We study a discrete problem of scheduling activities of several types under the constraint that at most a single

More information

Microeconomics and mathematics (with answers) 5 Cost, revenue and profit

Microeconomics and mathematics (with answers) 5 Cost, revenue and profit Microeconomics and mathematics (with answers) 5 Cost, revenue and profit Remarks: = uantity Costs TC = Total cost (= AC * ) AC = Average cost (= TC ) MC = Marginal cost [= (TC)'] FC = Fixed cost VC = (Total)

More information

Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes

Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes Yong Bao a, Aman Ullah b, Yun Wang c, and Jun Yu d a Purdue University, IN, USA b University of California, Riverside, CA, USA

More information

Bayesian Analysis for the Social Sciences

Bayesian Analysis for the Social Sciences Bayesian Analysis for the Social Sciences Simon Jackman Stanford University http://jackman.stanford.edu/bass November 9, 2012 Simon Jackman (Stanford) Bayesian Analysis for the Social Sciences November

More information

Linear Programming: Chapter 11 Game Theory

Linear Programming: Chapter 11 Game Theory Linear Programming: Chapter 11 Game Theory Robert J. Vanderbei October 17, 2007 Operations Research and Financial Engineering Princeton University Princeton, NJ 08544 http://www.princeton.edu/ rvdb Rock-Paper-Scissors

More information

SYSTEMS, CONTROL AND MECHATRONICS

SYSTEMS, CONTROL AND MECHATRONICS 2015 Master s programme SYSTEMS, CONTROL AND MECHATRONICS INTRODUCTION Technical, be they small consumer or medical devices or large production processes, increasingly employ electronics and computers

More information

Model-based Synthesis. Tony O Hagan

Model-based Synthesis. Tony O Hagan Model-based Synthesis Tony O Hagan Stochastic models Synthesising evidence through a statistical model 2 Evidence Synthesis (Session 3), Helsinki, 28/10/11 Graphical modelling The kinds of models that

More information

Time series analysis of data from stress ECG

Time series analysis of data from stress ECG Communications to SIMAI Congress, ISSN 827-905, Vol. 3 (2009) DOI: 0.685/CSC09XXX Time series analysis of data from stress ECG Camillo Cammarota Dipartimento di Matematica La Sapienza Università di Roma,

More information

The Goldberg Rao Algorithm for the Maximum Flow Problem

The Goldberg Rao Algorithm for the Maximum Flow Problem The Goldberg Rao Algorithm for the Maximum Flow Problem COS 528 class notes October 18, 2006 Scribe: Dávid Papp Main idea: use of the blocking flow paradigm to achieve essentially O(min{m 2/3, n 1/2 }

More information

Chapter 11 Monte Carlo Simulation

Chapter 11 Monte Carlo Simulation Chapter 11 Monte Carlo Simulation 11.1 Introduction The basic idea of simulation is to build an experimental device, or simulator, that will act like (simulate) the system of interest in certain important

More information

(IALC, Chapters 8 and 9) Introduction to Turing s life, Turing machines, universal machines, unsolvable problems.

(IALC, Chapters 8 and 9) Introduction to Turing s life, Turing machines, universal machines, unsolvable problems. 3130CIT: Theory of Computation Turing machines and undecidability (IALC, Chapters 8 and 9) Introduction to Turing s life, Turing machines, universal machines, unsolvable problems. An undecidable problem

More information

Investigación Operativa. The uniform rule in the division problem

Investigación Operativa. The uniform rule in the division problem Boletín de Estadística e Investigación Operativa Vol. 27, No. 2, Junio 2011, pp. 102-112 Investigación Operativa The uniform rule in the division problem Gustavo Bergantiños Cid Dept. de Estadística e

More information

Approximation Algorithms

Approximation Algorithms Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms

More information