JUCS - Journal of Universal Computer Science 8(8): 739-750, doi: 10.3217/jucs-008-08-0739
An Architecture for a Three-Tier Path-Finder
expand article infoMichael Barley, Hans W. Guesgen, Gareth Karl
‡ University of Auckland, New Zealand
Open Access
Abstract
This paper describes the architecture of a route finding system that computes an optimal route between two given locations efficiently and that considers user preferences when doing so. The basis of the system is an A* algorithm that applies heuristics such as the air distance heuristic or the Manhattan heuristic to compute the shortest path between the two locations. Since A* is not tractable in general, island search is used to divide the problem into smaller problems, which can be solved more easily. In addition to that, search control rules are introduced to express user preferences about the routes to be considered during the search.
Keywords
route finding, A* search, island search, search control rules