Uses of Interface
com.jgalgo.alg.cycle.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
Modifier and TypeClassDescriptionclass
Abstract class for computing a shortest edge visitor circle in a graph.class
An algorithm for the chinese postman problem using minimum weighted perfect matching and Eulerian tour.Modifier and TypeMethodDescriptionstatic ChinesePostman
ChinesePostman.newInstance()
Create a new algorithm object for chinese postman problem.