|
|
|
|
|
by stabbles
606 days ago
|
|
For a long time it was not because there was no backtracking. Now it is just an exhaustive, recursive search: for the current package try using versions from newest to oldest, enqueue its dependencies, if satisfied return, if conflict continue. |
|