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