Uses of Interface
com.jgalgo.alg.cycle.ChinesePostman
Packages that use ChinesePostman
Package
Description
Algorithms solving cycles related problems, such as iterating over cycles in a graph, findings a cycle with the
minimum mean edge weight, etc.
-
Uses of ChinesePostman in com.jgalgo.alg.cycle
Classes in com.jgalgo.alg.cycle that implement ChinesePostmanModifier and TypeClassDescriptionclassAbstract class for computing a shortest edge visitor circle in a graph.classAn algorithm for the chinese postman problem using minimum weighted perfect matching and Eulerian tour.Methods in com.jgalgo.alg.cycle that return ChinesePostmanModifier and TypeMethodDescriptionstatic ChinesePostmanChinesePostman.newInstance()Create a new algorithm object for chinese postman problem.