# File lib/graphviz/theory.rb, line 73
    def symmetric?
      adjancy_matrix == adjancy_matrix.transpose
    end