Using Knowledge to Isolate Search in Route Finding

Abstract

Traveling is a part of every person's day-to-day life. With the massive and complicated road network of a modern city (or country), finding a good route to travel from one place to another is not a simple task. In Network Theory, this is the shortest path problem. Shortest path algorithms are often used to solve the problem. However, these algorithms are wasteful in terms of computation when applied to the route finding task. They may also produce solutions that are not suitable for human drivers. In this paper, we present an approach that uses knowledge about the road network to substantially reduce the time and space required in computation, and to ensure human oriented solutions. Within this framework, three alternative methods are proposed, which may be used in different situations. A system has also been implemented for route finding in Singapore. 1. Introduction One of the important computer applications in the transportation industry is route finding. Suppose w...

Cite

Text

Liu. "Using Knowledge to Isolate Search in Route Finding." International Joint Conference on Artificial Intelligence, 1995.

Markdown

[Liu. "Using Knowledge to Isolate Search in Route Finding." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/liu1995ijcai-using/)

BibTeX

@inproceedings{liu1995ijcai-using,
  title     = {{Using Knowledge to Isolate Search in Route Finding}},
  author    = {Liu, Bing},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1995},
  pages     = {119-125},
  url       = {https://mlanthology.org/ijcai/1995/liu1995ijcai-using/}
}