]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Try to keep packages from a cycle close togther in the transaction order
authorMichael Schroeder <mls@suse.de>
Fri, 12 Nov 2021 15:50:33 +0000 (16:50 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 12 Nov 2021 15:50:33 +0000 (16:50 +0100)
commit192820280c4237798a954ba1adcb53d4e1f68015
treeb38caee42a56afc32a81ba0e3292bf931d8af0fe
parentff88787441761808444fb3570e0fa46a40c2ee02
Try to keep packages from a cycle close togther in the transaction order

If there are multiple free-to-install packages and we pick a
package from a cycle, we should try to finish the cycle as
fast as possible to keep the time where we have an inconsistent
system as small as possible.
src/order.c