Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Chinese postman problem
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Directed solution== On a directed graph, the same general ideas apply, but different techniques must be used. If the directed graph is Eulerian, one need only find an Euler cycle. If it is not, one must find ''T''-joins, which in this case entails finding paths from vertices with an in-[[Degree (graph theory)|degree]] greater than their out-[[Degree (graph theory)|degree]] to those with an out-[[Degree (graph theory)|degree]] greater than their in-[[Degree (graph theory)|degree]] such that they would make in-degree of every vertex equal to its out-degree. This can be solved as an instance of the [[minimum-cost flow problem]] in which there is one unit of supply for every unit of excess in-degree, and one unit of demand for every unit of excess out-degree. As such it is solvable in O(|''V''|<sup>2</sup>|''E''|) time. A solution exists if and only if the given graph is [[strongly connected]].<ref name = "EdmondsJohnson" /><ref>{{citation |last1 = Eiselt | first1 = H. A. | last2 = Gendreau | first2 = Michel | last3 = Laporte | first3 = Gilbert | title = Arc Routing Problems, Part 1: The Chinese Postman Problem | journal = [[Operations Research (journal)|Operations Research]] | year = 1995 | volume = 43 | issue = 2 | pages = 231β242 | doi=10.1287/opre.43.2.231| doi-access = free | hdl = 11059/14013 | hdl-access = free }}</ref>
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Chinese postman problem
(section)
Add topic