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