Method: RGL::Graph::TarjanSccVisitor#num_comp
- Defined in:
- lib/rgl/connected_components.rb
#num_comp ⇒ Object
Return the number of components found so far.
91 92 93 |
# File 'lib/rgl/connected_components.rb', line 91 def num_comp @c_index end |