1 This is libsolv, a free package dependency solver using a satisfiability
4 This code is based on two major, but independent, blocks:
6 1. Using a dictionary approach to store and retrieve package
7 and dependency information.
9 2. Using satisfiability, a well known and researched topic, for
10 resolving package dependencies.
12 Google for 'sat solver' to get links to the theory behind it.
14 Supported package formats:
20 Supported repository formats:
21 - rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo)
22 - susetags, suse product formats
23 - mandriva/mageia (synthesis, info, files)
25 - red carpet helix format