DocumentCode
2384078
Title
Snow-plow route planning using AI search
Author
Rao, T.M. ; Mitra, Sandeep ; Zollweg, James
Author_Institution
Dept. of Comput. Sci., State Univ. of New York, Brockport, NY, USA
fYear
2011
fDate
9-12 Oct. 2011
Firstpage
2791
Lastpage
2796
Abstract
Snow plowing comprises a major portion of the total municipal budget in many communities. In these times of severe budget stress, it is vital to find ways to perform this essential service in an efficient manner. Optimizing the routes travelled by plows is one way to reduce costs. This problem, however, can be shown to be an NP-Hard problem at its core, with several additional complications. In this paper, we demonstrate how this problem can be formulated as a state-space search problem, and how one can employ AI techniques such as A-Star (A*) search to compute optimal or close-to-optimal routes. Specifically, we have developed A*-SnowPlowRouter (A*SPR), a Java software application that uses a “roads data set” of a town and generates efficient route plans. This data set is generally obtained from the municipal Geographical Information System (GIS). Our procedure transforms this data into a directed graph representation, augmented with road priority data. We then employ the A* technique to generate routes which minimize travel distance, avoid U-Turns, and reach higher-priority roads before lower-priority roads. The route plans computed by A*SPR are then exported into a format that can be displayed on the GIS. We have experimented with road networks in several local municipalities, and obtained routes that are significantly better than the ones currently used.
Keywords
artificial intelligence; computational complexity; directed graphs; geographic information systems; path planning; public administration; A*-SnowPlowRouter; A-Star search; AI search; Java software application; NP-hard problem; directed graph representation; municipal geographical information system; snow-plow route planning; state-space search problem; Bidirectional control; Cities and towns; Cost function; Planning; Roads; Search problems; Software; A* Algorithm; Snowplow Route Planning;
fLanguage
English
Publisher
ieee
Conference_Titel
Systems, Man, and Cybernetics (SMC), 2011 IEEE International Conference on
Conference_Location
Anchorage, AK
ISSN
1062-922X
Print_ISBN
978-1-4577-0652-3
Type
conf
DOI
10.1109/ICSMC.2011.6084095
Filename
6084095
Link To Document