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