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