Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.46 KB

aspcud.md

File metadata and controls

37 lines (25 loc) · 1.46 KB
layout title permalink
page
aspcud
/aspcud/

Aspcud is a solver for package dependencies. A package universe and a request to install, remove, or upgrade packages have to be encoded in the CUDF format. Such a CUDF document can then be passed to aspcud along with an optimization criteria to obtain a solution to the given package problem.

Aspcud is available as a backend solver for apt-get in debian. It is probably slower than apt-get's default solver but if you run into conflicts, aspcud will find a solution (if there is one). All you have to do is install and then select aspcud as solver:

apt-get install apt-cudf
apt-get -s --solver aspcud install totem

More information about the cudf format can be found on the Mancoosi homepage.

Download

Packages

Competition submissions

Citing

  • [Overview article for aspcud]({{ site.publicationurl }}/#DBLP:journals/corr/abs-1109-0113)