请输入您要查询的字词:

 

单词 route inspection problem
释义

route inspection problem

(Chinese postman problem) A postman needs to travel along each road, or edge in a graph, while travelling the shortest possible route. If a closed Eulerian trail can be found, it must constitute the minimum possible since it requires each edge to be travelled exactly once, but most graphs do not have such a route available. The best approach is as follows. If all the vertices are of even degree, then there will be an Eulerian trail. If exactly two of the vertices are odd, then use Dijkstra's method of solving the shortest path problem to identify the shortest path between those two vertices, and the postman will have to walk the edges on that route twice and all other edges once. However, when more than two vertices are odd, there are various ways they could be paired off, and what is required is the minimum sum of shortest paths between the pairs. The edges on each of these shortest paths will have to be repeated.

随便看

 

数学辞典收录了4151条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/4/30 7:01:47