车辆路径问题专题—VehicleRoutingProblem课件.ppt
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《车辆路径问题专题—VehicleRoutingProblem课件.ppt》由用户(晟晟文业)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 车辆 路径 问题 专题 VehicleRoutingProblem 课件
- 资源描述:
-
1、车辆路径问题专题车辆路径问题专题 Vehicle Routing Problem 物物流配送流配送车辆优化调度,是物流糸统优化车辆优化调度,是物流糸统优化中关键的一环。对配送车辆进行优化调度,中关键的一环。对配送车辆进行优化调度,可以提高物流经济效益、实现物流科学化。可以提高物流经济效益、实现物流科学化。对物流配送车辆优化调度理论与方法进行系对物流配送车辆优化调度理论与方法进行系统研究是物流集约化发展、构建综合物流系统研究是物流集约化发展、构建综合物流系统、建立现代调度指挥系统、发展智能交通统、建立现代调度指挥系统、发展智能交通运输系统和开展电子商务的基础。运输系统和开展电子商务的基础。车辆路
2、径问题专题车辆路径问题专题主要内容主要内容一、车辆路径问题概述一、车辆路径问题概述 二、车辆路径问题数学模型二、车辆路径问题数学模型车辆路径问题专题车辆路径问题专题一、车辆路径问题概述一、车辆路径问题概述 The Vehicle Routing Problem(VRP)is a generic name given to a whole class of problems in which a set of routes for a fleet of vehicles based at one or several depots must be determined for a number
3、of geographically dispersed cities or customers.The objective of the VRP is to deliver a set of customers with known demands on minimum-cost vehicle routes originating and terminating at a depot.组合爆炸 一台汽车每天要给20-30个不同的自动售货机(AVM:automatic vending machine)补充饮料,这个时候,巡回路线要访问20台机器的时候,就有20!2432902008176640
4、000条巡回路线可供选择,若是访问30台,就有30!265252859812191058636308480000000条巡回路线可供选择,利用计算机,若是一秒钟可以计算100亿条路线的距离的话,20台AVM的计算需要花费7年的时间,30台AVM则需要花费8411兆年的时间,这种现象称为“组合爆炸”。Features Depots(number,location)Vehicles(capacity,costs,time to leave,driver rest period,type and number of vehicles,max time)Customers(demands,hard o
5、r soft time windows,pickup and delivery,accessibility restriction,split demand,priority)Route Information(maximum route time or distance,cost on the links)Objective Functions(also multiple objectives)Minimise the total travel distance Minimise the total travel time Minimise the number of vehiclesFig
6、ure 1 Typical input for a Vehicle Routing ProblemFigure 2 An output for the instance aboveFigure 3 An output for the instance aboveVehicle 1Vehicle 2Vehicle 3车辆路径问题的分类车辆路径问题的分类一、车辆路径问题概述一、车辆路径问题概述分类标准分类标准 类类 型型物流中心的数目物流中心的数目单车场问题、多车场问题单车场问题、多车场问题车辆载货状况车辆载货状况满载问题、非满载问题、满载和非满载混合问题满载问题、非满载问题、满载和非满载混合问题
7、配送任务特征配送任务特征纯送货问题或纯取货问题、取送混合问题纯送货问题或纯取货问题、取送混合问题货物取货物取(送送)时间的要求时间的要求 无时间窗问题、有时间窗问题无时间窗问题、有时间窗问题车辆类型数车辆类型数单车型问题、多车型问题单车型问题、多车型问题车辆对车场的所属关系车辆对车场的所属关系 车辆开放问题、车辆封闭问题车辆开放问题、车辆封闭问题优化目标数优化目标数单目标问题、多目标问题单目标问题、多目标问题 Capacitated VRP(CPRV)Multiple Depot VRP(MDVRP)Periodic VRP(PVRP)Split Delivery VRP(SDVRP)Stoc
8、hastic VRP(SVRP)VRP with Backhauls VRP with Pick-Up and Delivering VRP with Satellite Facilities VRP with Time Windows(VRPTW)Capacitated VRP(CPRV)CVRP is a VRP in which a fixed fleet of delivery vehicles of uniform capacity must service known customer demands for a single commodity from a common dep
9、ot at minimum transit cost.That is,CVRP is like VRP with the additional constraint that every vehicles must have uniform capacity of a single commodity.We can find below a formal description for the CVRP:Objective:The objective is to minimize the vehicle fleet and the sum of travel time,and the tota
10、l demand of commodities for each route may not exceed the capacity of the vehicle which serves that route.Feasibility:A solution is feasible if the total quantity assigned to each route does not exceed the capacity of the vehicle which services the route.Multiple Depot VRP(MDVRP)A company may have s
11、everal depots from which it can serve its customers.If the customers are clustered around depots,then the distribution problem should be modeled as a set of independent VRPs.However,if the customers and the depots are intermingled then a Multi-Depot Vehicle Routing Problem should be solved.A MDVRP r
12、equires the assignment of customers to depots.A fleet of vehicles is based at each depot.Each vehicle originate from one depot,service the customers assigned to that depot,and return to the same depot.The objective of the problem is to service all customers while minimizing the number of vehicles an
13、d travel distance.We can find below a formal description for the MDVRP:Objective:The objective is to minimize the vehicle fleet and the sum of travel time,and the total demand of commodities must be served from several depots.Feasibility:A solution is feasible if each route satisfies the standard VR
14、P constraints and begins and ends at the same depot.Periodic VRP(PVRP)In classical VRPs,typically the planning period is a single day.In the case of the Period Vehicle Routing Problem(PVRP),the classical VRP is generalized by extending the planning period to M days.We define the problem as follows:O
15、bjective:The objective is to minimize the vehicle fleet and the sum of travel time needed to supply all customers.Feasibility:A solution is feasible if all constraints of VRP are satisfied.Furthermore a vehicle may not return to the depot in the same day it departs.Over the M-day period,each custome
16、r must be visited at least once.Split Delivery VRP(SDVRP)SDVRP is a relaxation of the VRP wherein it is allowed that the same customer can be served by different vehicles if it reduces overall costs.This relaxation is very important if the sizes of the customer orders are as big as the capacity of a
17、 vehicle.It is concluded that it is more difficult to obtain the optimal solution in the SDVRP that in the VRP.Objective:The objective is to minimize the vehicle fleet and the sum of travel time needed to supply all customers.Feasibility:A solution is feasible if all constraints of VRP are satisfied
18、 except that a customer may be supplied by more than one vehicle.Formulation:Minimize the sum of the cost of all routes.An easy way to transform a VRP into a SDVRP consists on allowing split deliveries by splitting each customer order into a number of smaller indivisible orders.Stochastic VRP(SVRP)S
19、tochastic VRP(SVRP)are VRPs where one or several components of the problem are random.Three different kinds of SVRP are the next examples:Each customer vi is present with probability pi and absent with probability 1-pi.:The demand di of each customer is a random variable.:Service times si and travel
20、 times tij are random variables.In SVRP,two stages are made for getting a solution.A first solution is determined before knowing the realizations of the random variables.In a second stage,a recourse or corrective action can be taken when the values of the random variables are known.Objective:The obj
21、ective is to minimize the vehicle fleet and the sum of travel time needed to supply all customers with random values on each execution for the customers to be served,their demands and/or the service and travel times.Feasibility:When some data are random,it is no longer possible to require that all c
22、onstraints be satisfied for all realizations of the random variables.So the decision maker may either require the satisfaction of some constraints with a given probability,or the incorporation into the model of corrective actions to be taken when a constraint is violated.VRP with Pickup and Deliveri
23、es The Vehicle Routing Problem with Pickup and Deliveries(VRPPD)is a VRP in which the possibility that customers return some commodities is contemplated.So in VRPPD its needed to take into account that the goods that customers return to the deliver vehicle must fit into it.This restriction make the
展开阅读全文