A network problem is one that can be represented by...

Slides:



Advertisements
Similar presentations
Network Models Robert Zimmer Room 6, 25 St James.
Advertisements

Network Models Robert Zimmer Room 6, 25 St James.
Pesquisa Operacional Exemplo de Análise de Sensibilidade no Solver.
Outline LP formulation of minimal cost flow problem
Transportation Problem and Related Topics. 2 Ardavan Asef-Vaziri June-2013Transportation Problem and Related Topics There are 3 plants, 3 warehouses.
BU BU Decision Models Networks 1 Networks Models Summer 2013.
Network Flows. 2 Ardavan Asef-Vaziri June-2013Transportation Problem and Related Topics Table of Contents Chapter 6 (Network Optimization Problems) Minimum-Cost.
Transportation, Transshipment and Assignment Models and Assignment Models.
Chapter 4 Network Models.
1 Network Models Chapter Introduction A network problem is one that can be represented by... Nodes Arcs Function on Arcs.
1Transportation ModelsLesson 4 LECTURE FOUR Transportation Models.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Transportation, Transshipment and Assignment Models
Network Optimization Models: Maximum Flow Problems In this handout: The problem statement Solving by linear programming Augmenting path algorithm.
Network Flow Models Chapter 7.
Transportation, Assignment, Network Models
Introduction to Management Science
NetworkModel-1 Network Optimization Models. NetworkModel-2 Network Terminology A network consists of a set of nodes and arcs. The arcs may have some flow.
Max-flow/min-cut theorem Theorem: For each network with one source and one sink, the maximum flow from the source to the destination is equal to the minimal.
Network Flows Based on the book: Introduction to Management Science. Hillier & Hillier. McGraw-Hill.
Network Models.
Transportation and Transshipment Models
Table 1. Shipping costs, Supply, and Demand for Powerco Example
Shortest Route, Minimal Spanning Tree and Maximal Flow Models
and 6.855J The Capacity Scaling Algorithm.
Network Models Tran Van Hoai Faculty of Computer Science & Engineering HCMC University of Technology Tran Van Hoai.
Spreadsheet Modeling & Decision Analysis:
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 6 hh Edition Chapter 11 Supplement Roberta.
OPSM 301 Operations Management Class 21: Logistic Drivers: Facilities and Transportation Koç University Zeynep Aksin
Modeling and Evaluation with Graph Mohammad Khalily Dermany Islamic Azad University, Khomein branch.
1 Minimum Cost Flows Goal: Minimize costs to meet all demands in a network subject to capacities (combines elements of both shortest path and max flow.
Network Optimization Problems
DISTRIBUTION AND NETWORK MODELS (1/2)
1 Network Models Transportation Problem (TP) Distributing any commodity from any group of supply centers, called sources, to any group of receiving.
Network Optimization Network optimization models: Special cases of linear programming models Important to identify problems that can be modeled as networks.
Lecture 5 – Integration of Network Flow Programming Models Topics Min-cost flow problem (general model) Mathematical formulation and problem characteristics.
8/14/04J. Bard and J. W. Barnes Operations Research Models and Methods Copyright All rights reserved Lecture 5 – Integration of Network Flow Programming.
Network Flow Problems Example of Network Flow problems:
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved © 2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or.
Transportation and Distribution Planning Matthew J. Liberatore John F. Connelly Chair in Management Professor, Decision and Information Techologies.
::Network Optimization:: Minimum Spanning Trees and Clustering Taufik Djatna, Dr.Eng. 1.
1 Network Models. Context Mathematical programming –Linear programming – Supp to Chap 14 –Integer programming – Network programming – Suppl to Chap 11.
Operations Research II Course,, September Part 2: Network Flow Operations Research II Dr. Aref Rashad.
Part 3 Linear Programming
Network Optimization J.B. Orlin
Lecture 5 – Integration of Network Flow Programming Models
Why network models? Visualize a mathematical model
The Transportation Problem: An Introduction
Lecture 5 – Integration of Network Flow Programming Models
Network Models.
Network Models.
Transportation, Transshipment and Assignment Models
Routing and Logistics with TransCAD
Transportation, Assignment and Network Models
Introduction Basic formulations Applications
Network Models Robert Zimmer Room 6, 25 St James.
Spreadsheet Modeling & Decision Analysis
Chapter 5 Transportation, Assignment, and Transshipment Problems
Chapter 5 Network Modeling.
Chapter 6 Network Flow Models.
Slides by John Loucks St. Edward’s University.
Minimum Cost Network Flow Problems
Chapter 6 Network Models.
INTRODUCTION TO NETWORK FLOWS
Network Optimization Models: Maximum Flow Problems
The network simplex method
Network Flow Problems – Maximal Flow Problems
Lecture 12 Network Models.
Presentation transcript:

A network problem is one that can be represented by... 4.1 Introduction A network problem is one that can be represented by... 6 8 9 10 Nodes 7 Arcs 10 Function on Arcs

Network Terminology Flow Directed/undirected arcs the amount sent from node i to node j, over an arc that connects them. The following notation is used: Xij = amount of flow Uij = upper bound of the flow Lij = lower bound of the flow Directed/undirected arcs when flow is allowed in one direction the arc is directed (marked by an arrow). When flow is allowed in two directions, the arc is undirected (no arrows). Adjacent nodes a node (j) is adjacent to another node (i) if an arc joins node i to node j.

Network Terminology Path / Connected nodes Path :a collection of arcs formed by a series of adjacent nodes. The nodes are said to be connected if there is a path between them. Cycles / Trees / Spanning Trees Cycle : a path starting at a certain node and returning to the same node without using any arc twice. Tree : a series of nodes that contain no cycles. Spanning tree : a tree that connects all the nodes in a network ( it consists of n -1 arcs).

4.2 The Transportation Problem Transportation problems arise when a cost-effective pattern is needed to ship items from origins that have limited supply to destinations that have demand for the goods.

The Transportation Problem Problem definition There are m sources. Source i has a supply capacity of Si. There are n destinations. The demand at destination j is Dj. Objective: Minimize the total shipping cost of supplying the destinations with the required demand from the available supplies at the sources.

CARLTON PHARMACEUTICALS Carlton Pharmaceuticals supplies drugs and other medical supplies. It has three plants in: Cleveland, Detroit, Greensboro. It has four distribution centers in: Boston, Richmond, Atlanta, St. Louis. Management at Carlton would like to ship cases of a certain vaccine as economically as possible.

CARLTON PHARMACEUTICALS Data Unit shipping cost, supply, and demand Assumptions Unit shipping costs are constant. All the shipping occurs simultaneously. The only transportation considered is between sources and destinations. Total supply equals total demand. To From Boston Richmond Atlanta St. Louis Supply Cleveland $35 30 40 32 1200 Detroit 37 40 42 25 1000 Greensboro 40 15 20 28 800 Demand 1100 400 750 750

CARLTON PHARMACEUTICALS Network presentation

Destinations Boston Sources Cleveland Richmond Detroit Atlanta St.Louis Destinations Sources Cleveland Detroit Greensboro D1=1100 37 40 42 32 35 30 25 15 20 28 S1=1200 S2=1000 S3= 800 D2=400 D3=750 D4=750

CARLTON PHARMACEUTICALS – Linear Programming Model The structure of the model is: Minimize Total Shipping Cost ST [Amount shipped from a source] £ [Supply at that source] [Amount received at a destination] = [Demand at that destination] Decision variables Xij = the number of cases shipped from plant i to warehouse j. where: i=1 (Cleveland), 2 (Detroit), 3 (Greensboro) j=1 (Boston), 2 (Richmond), 3 (Atlanta), 4(St.Louis)

The supply constraints Cleveland S1=1200 X11 X12 X13 X14 Supply from Cleveland X11+X12+X13+X14 = 1200 Detroit S2=1000 X21 X22 X23 X24 Supply from Detroit X21+X22+X23+X24 = 1000 Boston Greensboro S3= 800 X31 X32 X33 X34 Supply from Greensboro X31+X32+X33+X34 = 800 D1=1100 Richmond D2=400 Atlanta D3=750 St.Louis D4=750

CARLTON PHARMACEUTICAL – The complete mathematical model Total shipment out of a supply node cannot exceed the supply at the node. £ = Total shipment received at a destination node, must equal the demand at that node.