Solver: Only link packages to other unlinked packages.
If 1.A is already linked to 0.A, then linking 2.A to 1.A gives the same result as linking 2.A to 0.A. This commit avoids creating options to link to packages that are already linked, to reduce the branching factor of the search tree.
Please register or sign in to comment