vrpsolrc101.m

来自「物流分析工具包。Facility location: Continuous mi」· M 代码 · 共 22 行

M
22
字号
%VRPSOLRC101 Soloman's VRP with Time Windows problem RC101 data.
%Run vrpsolrc101 to load into workspace:
%    XY = vertex cooridinates
%     q = vertex demands, with depot q(1) = 0
%     Q = maximum route load
%    ld = load/unload timespans
%    TW = time windows
%
% Best known solution: TC = 1,696.94 (excluding "ld"), 14 routes
%
% Source: http://web.cba.neu.edu/~msolomon/rc101.htm
%    Ref: M.M. Soloman, "Algorithms for the vehicle routing and scheduling
%         problems with time window constraints," in Oper. Res. 35, 1987.

% Copyright (c) 1994-2006 by Michael G. Kay
% Matlog Version 9 13-Jan-2006 (http://www.ie.ncsu.edu/kay/matlog)

% Input Error Checking ****************************************************
% End (Input Error Checking) **********************************************

load(mfilename)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?