# File warshall.rb, line 241 def ==(rel) rel!=nil ? ((@basis==rel.basis) && (@vor==rel.vor) && (@nach==rel.nach)): false end