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