Linear optimal shortest path search method
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- BEIJING RES CENT FOR INFORMATION TECH & AGRI
- Publication Date
- 2009-06-03
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of path search, in particular to a straight line optimization shortest path search method. Background technique
[0002] The most famous solution of the shortest path method is the Dijkstra search method. The original Dijkstra search method divides network nodes into three types: unmarked nodes, temporary marked nodes and permanent marked nodes. All nodes in the network are first initialized as unmarked nodes, and the nodes connected to the shortest path nodes during the search process are temporary marked nodes, and each cycle searches for the path length from the source point from the temporary marked nodes The shortest node is used as a permanent marker node, and the search process is not ended until the target node is found or all nodes become permanent marker nodes.
[0003] In the original Dijkstra search process, since the temporary marked nodes are stored out of order, all temporary marked nodes must be trav...