In fact, the restriction of the Hamiltonian path - you should visit the edge only once. But with the Euler, you can visit the same peak, and sometimes the same edge with the opposite direction. In most cases, however, you can create a new vertex, but it is just possible to add an edge.
Bellman, R. (1962), "Dynamic Programming of the Traveling Salesman Problem," ACM 9: 61-63, doi: 10.1145 / 321105.321111.
If you just check this article, there is a dynamic software implementation of charts (of course, not for all types of charts). There are also some implementations of HMM,
Björklund, Andreas (2010), “Determinant sums for undirected Hamiltonianity," Proc. 51st IEEE Symposium on Computer Science (FOCS '10), pp. 173-182, arXiv: 1008.0541, doi: 10.1109 / FOCS.2010.24.
A good part of the Euler path; you can get subgraphs (both branches and related), and then get the full cycle-graph. In truth, eulerism is mainly for local solutions.
Hope this helps.
source share