# File Warshall.rb, line 302 def reflexiv temp = copy temp.each{|i| temp.addPaar!(i,i)} return temp end