# File Warshall.rb, line 251
        def vorgaenger(x)
                @vor[x]!=nil ? @vor[x] : Menge.new([])
        end