diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-06-06 11:17:09 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-06-13 15:10:06 +0200 |
| commit | 3b5379e547dfb655d764f7eb1ac7eaa5b2d34d6d (patch) | |
| tree | 4f05e2e33e91dda9eb1a2127abba556eb0e132ca /apt-pkg/solver3.h | |
| parent | 102017ecaa01a733a0860a62edae60cb0ab0220e (diff) | |
solver3: Remove no longer necessary comparisons
Comparing the size of work items is not strictly needed; we check
if items have a single or no solution and propagate them early on,
but it doesn't matter much if we solve A|B or C|D|E first. This
will allow us to get rid of all the resizing business later on,
and switch to using literal watching where we only watch one of
the literals on the right hand side.
Likewise, the upgrade case mattered initially in testing, but seems
to have resolved itself.
Diffstat (limited to 'apt-pkg/solver3.h')
0 files changed, 0 insertions, 0 deletions
