A Novel Solution to the ATT48 Benchmark Problem
A solution to the benchmark ATT48 Traveling Salesman Problem (from the TSPLIB95 library) results from isolating the set of vertices into ten open-ended zones with nine lengthwise boundaries. In each zone, a minimum-length Hamiltonian Path (HP) is found for
7
002 tcO 2 ]SD.sc[ 1v9350.017:0viXraANovelSolutiontotheATT48Benchmark
Problem
AnthonyA.Ru a
NavalUnderseaWarfareCenterDivision
1176HowellStreetNewport,RI02841
February2,2008
Abstract
AsolutiontothebenchmarkATT48TravelingSalesmanProblem(fromtheTSPLIB95library)resultsfromisolatingthesetofverticesintotenopen-endedzoneswithninelengthwiseboundaries.Ineachzone,aminimum-lengthHamiltonianPath(HP)isfoundforeachcombinationofboundaryvertices,leadingtoanapproximationfortheminimum-lengthHamiltonianCycle(HC).DeterminationoftheoptimalHPsforsubse-quentzoneshasthee ectofautomatically lteringoutnon-optimalHPsfromearlierzones.AlthoughtheoptimalHCforATT48involvesonlytwocrossingedgesbetweenallzones(withoneexception),addinginter-zoneedgescanaccomodatemorecomplexproblems.
1Introduction
Givenasetofvertices,thewell-knownTravelingSalesmanProblem(TSP)in-volves ndingtheminimum-lengthHamiltonianCycle(HC):thepathvisitingeachvertexonceandreturningtothestartingvertex.
ThesymmetricTSPwithNverticeshas(N 1)!/2permutations,precludinganexhaustivesearchexceptforsmallN.Evenarelativelysmallproblem(e.g.,N=20)has1016distinctHCs;N=40leadsto1046distinctHCs.TheEuclideanTSPisclassi edasanNP-hardproblem1,havingnoknownalgorithmforthegeneralcasewhosenumberofoperationsisapolynomialfunctionofN.The(N 1)!/2permutationsassumethatanyvertexcanoccupyanyofNpositions.Isolatingverticesintospatialzoneslockseachintoalimitedrangeofpositions,subjecttoboundaryvertexpermutations.Thisfallsintothegeneralareaofdynamicprogramming2,3,4.
Partitioningtheverticesintosub-problemshasbeendonefortheEuclideanTSP5 10.Inparticular,Arora6obtainedaPolynomialTimeApproximationScheme(PTAS)generatingatourexceedingtheoptimallengthbynomorethan
1
A solution to the benchmark ATT48 Traveling Salesman Problem (from the TSPLIB95 library) results from isolating the set of vertices into ten open-ended zones with nine lengthwise boundaries. In each zone, a minimum-length Hamiltonian Path (HP) is found for
afactorof1+εintimeNO(1/ε).Theapproachinvolvedaboundingsquareboxdissectedintosquaresandshiftedrandomly,withrestrictionsonedgecrossings(tospeci edportals).Mitchell7independentlyobtainedasimilarresult.
Theapproachinthispaperdissectstheproblemlengthwiseand ndsoptimalHamiltonianPaths(HPs)—pathsvisitingeachvertexonce—fortheisolatedzonesindependentlyoftheothers.ThenumberofcombinationsofboundaryverticesdeterminesthenumberofoptimalHPsforeachzone.SetsofoptimalHPsforeachzone(withembeddedHPsfrompreviouszones)generateanHCforthesetofvertices.Whennoboundaryverticesareomitted,theoptimalHCwillcontainanoptimalHPfoundfromeachzone.
Thispaperillustratestheprocedureforabenchmarkproblem(i.e.,ATT4811)smallenoughtopermitadetaileddescriptionoftheentiresolutionprocess.Thesuccessoftheapproachdependsonlimitingthenumberofpotentialboundaryverticesandcrossingedges.Inpractice,sometimesasfewastwoedgeswillcrossaboundaryfromonezonetoanother.Thenumberofcrossingedgescanbeincreased,ifnecessary,toimprovethesolution.
2OutlineoftheApproach
Followingpreviousapproaches5 10,theproblemisbrokendownintosubprob-lemsthatdependoneachotherthroughboundaryinteractions.Theboundarieshavealengthwisenature,forming(doubly)open-endedzones.Figure1showstheseparationoftheATT4811verticesintotenzonesbymeansofnineintro-ducedboundaries,eachdissectingtheproblemlengthwise.Table1summarizesthezonesandpotentialboundaryverticesforeach.Eachzoneconnectstoadja-centzonesviaalimitednumberofedges.(Anedgeisastraightlineconnectingtwovertices.)
AsinglelengthwiseboundarycutstheoptimalHCintoanevennumberofHPs,thesumofwhichmusthavetheminimumlengthineachofthetwocreatedspatialzones.Forexample,iftwoHPsarecreated,theHPineachcreatedzone(terminatedatboundaryverticesintheotherzone)musthavetheminimumlength.IfanHPlengthexceedstheminimum,replacingitwithanotherHP(havingthesamevertices)willreducetheoverallHClength.Statedanotherway,itisnotpossibletodissecttheoptimalHCintotwoHPsandreplaceoneofthemwithashorterHPhavingthesamevertices.
TheboundaryverticescontainedbytheoptimalHCassociatedwithapar-ticulardissectionareingeneralnotknown,requiringtheenumerationofallpossibleboundaryverticeslocatedintheadjacentzone.Typically,notallpo-tentialboundaryverticeswillconnectedgestotheadjacentzone.Forexample,asfewastwoedges(n=mightconnecttwozones.Foreachvalueofn, 2)
b
thebinomialcoe cientprovidesthenumberofboundaryvertexcom-n
binations(bisthenumberofpotentialboundaryvertices).Summingoverallvaluesofnleadsto2b 1 1combinations(whenn=0andoddvaluesofnareeliminated).Aminimum-lengthHPisthenfoundforeachparticularboundary
2
A solution to the benchmark ATT48 Traveling Salesman Problem (from the TSPLIB95 library) results from isolating the set of vertices into ten open-ended zones with nine lengthwise boundaries. In each zone, a minimum-length Hamiltonian Path (HP) is found for
Figure1:SeparationoftheATT48verticesintotenopen-endedzones
vertexcombination,beginningattheleftendzonein gure1(zone1).
Thesecondboundaryfromtheleftin gure1isolatesbothzones1&2fromtheothervertices.Theapproachthen ndsthesetofminimumlengthHPsforthecombinedverticesinzones1&2inthesameway,exceptthatthepreviouslydeterminedHPsfromzone1becomeembeddedinthenewHPs.
Boundaryverticescancomprisealltheverticesintheadjacentzone,or(morelikely)asmallersubset,usuallythoseclosesttotheboundary.Verticesclosetotheboundaryoftenhavethee ectofeliminatingotherpotentialboundaryverticesbecausethelatteroftenleadtonon-optimalHCs.Table1.ATT48ZonesandBoundaryVerticesZone
4,35,45
2
2,29,42,5,48,39,324
16,22,3,23,11,47
6
38,31,46,44,18,7,368
相关推荐:
- [高等教育]一年级家长课程教案
- [高等教育]封丘县人民医院深入推进纠正医药购销领
- [高等教育]2017年6月大学英语四级真题试卷及答案(
- [高等教育]2017年北京第二外国语学院文学院824中
- [高等教育]7 高中历史第7单元1861年俄国农奴制改
- [高等教育]【K12学习】4、实际测量-苏教版六年级
- [高等教育]药具培训试卷题库及部分参考答案
- [高等教育]本土电子元器件目录分销商如何赢得生意
- [高等教育]七年级岭南版美术教案
- [高等教育]书作文之书法活动通讯稿
- [高等教育]Endnote X 软件使用入门和用法总结(LS)
- [高等教育]嵌入式系统的现状及发展状况
- [高等教育]2012抗菌药物专项整治活动方案解读
- [高等教育]人教版新课本一年级数学下册期末试卷
- [高等教育]爱课程民法学观后感
- [高等教育]930机组使用说明书1
- [高等教育]煤气设备设施点检标准
- [高等教育]常见室内观叶植物图解
- [高等教育]312党员群众路线心得体会
- [高等教育]小学信息(苗版)第一册全册教案
- 在市---局2010党建大会上的讲话
- 《科哲》提纲及补充阅读材料(2010.7)
- 苏州高博软件技术职业学院论文开题报告
- 兼职导游管理的困境及对策探讨
- 基于通用设计理念的现代厨房产品语义研
- 康乐一中2010年至2011年度鼓号队、花束
- 第10章_数据收集整理与描述_期末复习课
- 2008年黑龙江林甸商贸购物中心营销策划
- 水硬度的测定实验报告
- 五分钟教你拍摄夜景光绘照
- 2014年临床妇产科三基三严试题及答案
- 0第二课 纾解压力第一站了解压力
- 解析建筑工程电气设备安装施工技术要点
- 地方性应用型本科高校“双师型”师资队
- 高考语文专题复习课件:小说阅读指导
- 装饰工程投标书2
- 大学生就业难问题探讨及对策
- English and Its History
- 青岛市城市房屋修缮工程质量监督管理办
- 初中英语形容词和副词的用法和练习题




