?? 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 + -