# File Warshall.rb, line 211
        def enthaeltPaar?(x,y)
                return (@nach[x].enthaelt?(y) && @vor[y].enthaelt?(x))
        end