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