# File lib/bundler/resolver.rb, line 157
    def start(reqs)
      activated = {}

      resolve(reqs, activated)
    end