Interface DirectedSimpleCycles<V,​E>

    • Method Detail

      • findSimpleCycles

        java.util.List<java.util.List<V>> findSimpleCycles()
        Find the simple cycles of the graph.
        Returns:
        The list of all simple cycles. Possibly empty but never null.