cbegin_sccs

const_iterator_sccs libsemigroups::ActionDigraph::cbegin_sccs() const

Returns an iterator pointing to the vector of nodes in the first scc.

Return

A ActionDigraph::const_iterator_sccs.

Complexity

At most \(O(mn)\) where m is nr_nodes() and n is out_degree().

Parameters

(None)

Exceptions