3 Using a Satisfyability Solver to compute package dependencies.
5 See http://idea.opensuse.org/content/ideas/fast-installation-tool
9 This code is based on two major, but independent, blocks
11 1. Using a dictionary approach to store and retrieve package
12 and dependency information.
14 2. Using satisfiability, a well known and researched topic, for
15 computing package dependencies.
18 Google for 'sat solver' to get links to the theory behind it.
19 http://del.icio.us/kkaempf/solver gives a collection of bookmarks
20 related to this topic.
22 Some research papers are in doc/pdf.
24 Everything else is below doc.
26 Please subscribe to zypp-devel@opensuse.org for any questions.
37 To install ruby bindings: