vrpnc1.m
来自「物流分析工具包。Facility location: Continuous mi」· M 代码 · 共 22 行
M
22 行
%VRPNC1 Christofiles' VRP problem 1 data.
%Run vrpnc1 to load into workspace:
% XY = vertex cooridinates
% q = vertex demands, with depot q(1) = 0
% Q = maximum route load
% ld = load/unload timespans
% maxTC = maximum total route cost
%
% Best known solution: TC = 524.6, 5 routes
%
% Source: http://mscmga.ms.ic.ac.uk/jeb/orlib/vrpinfo.html
% Ref: N. Christofides et al., "The vehicle routing problem," in
% N. Chrsitofides et al., Eds., Comb. Opt., Wiley, 1979.
% 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 + -
显示快捷键?