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:
19 Supported repository formats:
20 - rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo)
21 - susetags, suse product formats
22 - mandriva/mageia (synthesis, info, files)
24 - red carpet helix format