Gliph\Graph\Digraph::getCycles PHP Méthode

getCycles() public méthode

Returns the cycles in this graph, if any.
public getCycles ( ) : array
Résultat array An array of arrays, each subarray representing a full cycle in the graph. If the array is empty, the graph is acyclic.
    public function getCycles();