cend_sccs

const_iterator_sccs libsemigroups::ActionDigraph::cend_sccs() const

Returns an iterator pointing one past the last vector of nodes in the final 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