Spatial Analysis cont. Optimization Network Analysis, Routing

Slides:



Advertisements
Similar presentations
PowerPoint Slides by Robert F. BrookerCopyright (c) 2001 by Harcourt, Inc. All rights reserved. Linear Programming Mathematical Technique for Solving Constrained.
Advertisements

WOOD 492 MODELLING FOR DECISION SUPPORT Lecture 20 Network Problems.
22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
Types of Algorithms.
Dynamic Programming In this handout A shortest path example
Chapter 7: Transportation Models Skip Ship Routing & Scheduling (pp ) Service Selection Shortest Path Transportation Problem Vehicle Routing &
VEHICLE ROUTING PROBLEM
Lecture 23 (mini-lecture): A Brief Introduction to Network Analysis Parts of the Network Analysis section of this lecture were borrowed from a UC Berkeley.
Math443/543 Mathematical Modeling and Optimization
Chapter 7 Network Flow Models.
EAs for Combinatorial Optimization Problems BLG 602E.
Transportation Logistics Professor Goodchild Spring 2009.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Introduction to Management Science
Network and Dynamic Segmentation Chapter 16. Introduction A network consists of connected linear features. Dynamic segmentation is a data model that is.
Package Transportation Scheduling Albert Lee Robert Z. Lee.
7-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
Shortest Route, Minimal Spanning Tree and Maximal Flow Models
Spatial Analysis cont. Optimization Network Analysis, Routing.
Fundamentals of Algorithms MCS - 2 Lecture # 7
Spring 2015 Mathematics in Management Science Network Problems Networks & Trees Minimum Networks Spanning Trees Minimum Spanning Trees.
15. Descriptive Summary, Design, and Inference. Outline Data mining Descriptive summaries Optimization Hypothesis testing.
Network-Based Optimization Models Charles E. Noon, Ph.D. The University of Tennessee.
Network Optimization Problems
Branch and bound branch and bound methods economize the search for the best trees by backing out of dead alleys.
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Mobile Agent Migration Problem Yingyue Xu. Energy efficiency requirement of sensor networks Mobile agent computing paradigm Data fusion, distributed processing.
CSE 589 Part VI. Reading Skiena, Sections 5.5 and 6.8 CLR, chapter 37.
Spatial Analyst - Cost Distance Analysis Kevin M. Johnston.
Traveling Salesman Problem (TSP)
Transportation Logistics Professor Goodchild Spring 2011.
Spatial Analysis cont. Density Estimation, Summary Spatial Statistics, Routing Longley et al., chs. 13,14.
Types of Spatial Analysis
Welcome Unit 6 Seminar MM305 Wednesday 8:00 PM ET Quantitative Analysis for Management Delfina Isaac.
Welcome to MM305 Unit 6 Seminar Dr. Bob Network Models.
Management Science 461 Lecture 7 – Routing (TSP) October 28, 2008.
7-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Exhaustive search Exhaustive search is simply a brute- force approach to combinatorial problems. It suggests generating each and every element of the problem.
Network Analyst. Network A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically.
Graphs 1 Neil Ghani University of Strathclyde. Where are we …. We studied lists: * Searching and sorting a list Then we studied trees: * Efficient search.
Introduction to Graph & Network Theory Thinking About Networks: From Metabolism to the Genome to Social Conflict Summer Workshop for Teachers June 27 th.
Mohammed Alzaaq MS GIS Program University of Redlands.
Network Models Chapter 12
Christian Michaelson Joe Anderson
2.7 Linear Programming Objectives: Use linear programming procedures to solve applications. Recognize situations where exactly one solution to a linear.
Traveling Salesman Problems
15. Descriptive Summary, Design, and Inference
Oil Pipeline Optimal Route
Routing Through Networks - 1
Nuffield Free-Standing Mathematics Activity
Graph Theory and Algorithm 02
Spatial Analysis cont. Optimization Network Analysis, Routing
GIS Day Site Layout Optimization Using GIS Sulyn Gomez Mohd Samrah
Types of Algorithms.
Traveling Salesman Problem
Network Models Chapter 12
Chapter 12 Network Models 12-1
Refresh and Get Ready for More
Spatial Analysis Part 2.
Route Optimization Problems and Google Maps
Types of Algorithms.
Networks and Shortest Paths
Industrial Models.
Prepared by Lee Revere and John Large
Network Models Chapter 12
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Types of Algorithms.
Spatial Analysis cont. Optimization Network Analysis, Routing
Presentation transcript:

Spatial Analysis cont. Optimization Network Analysis, Routing

Location-allocation Problems Design locations for services, and allocate demand to them, to achieve specified goals Goals might include: minimizing total distance traveled minimizing the largest distance traveled by any customer maximizing profit minimizing a combination of travel distance and facility operating cost

Routing Problems Search for optimum routes among several destinations The traveling salesman problem find the shortest tour from an origin, through a set of destinations, and back to the origin

Routing service technicians for Schindler Elevator Routing service technicians for Schindler Elevator. Every day this company’s service crews must visit a different set of locations in Los Angeles. GIS is used to partition the day’s workload among the crews and trucks (color coding) and to optimize the route to minimize time and cost.

Optimum Paths Find the best path across a continuous cost surface between defined origin and destination to minimize total cost cost may combine construction, environmental impact, land acquisition, and operating cost used to locate highways, power lines, pipelines requires a raster representation

Example: Santa Ynez Mtns., CA More details at http://www.ncgia.ucsb.edu/~ashton/demos/chuck95/stochastic.html Chuck Ehlschlaeger, Ashton Shortridge

Least-cost path problem Least-cost path problem. Range of solutions across a friction surface represented as a raster. The area is dominated by a mountain range, and cost is determined by elevation and slope.

Solution of the least-cost path problem Solution of the least-cost path problem. The white line represents the optimum solution, or path of least total cost. The best route uses a narrow pass through the range. The blue line results from solving the same problem using a 90-m DEM.