# File lib/kwala/lib/cycle_detector.rb, line 95
  def print_graph
    reset_state
    @print_strategy.print_graph(@graph)
    reset_state
  end