📄 vrpsolrc101.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -