Method: BooleanMatrix#transitive_closure
- Defined in:
- lib/fsm-0.0.0/graph/directed_graph.rb
#transitive_closure ⇒ Object
474 475 476 477 478 479 480 |
# File 'lib/fsm-0.0.0/graph/directed_graph.rb', line 474 def transitive_closure for i in (0..@num_obects) for j in (0..@num_obects) end end end |