Interface HamiltonianCycleAlgorithm<V,​E>

    • Method Detail

      • getTour

        GraphPath<V,​E> getTour​(Graph<V,​E> graph)
        Computes a tour.
        Parameters:
        graph - the input graph
        Returns:
        a tour