You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zero Install .NET currently uses a backtracking dependency solver. For more complex dependency trees it shells out to the SAT Solver provided by the OCaml version of Zero Install.
For better performance and portability we'd like to use an in-process .NET SAT Solver instead. We can use the library NanoByte.SatSolver as a basis.
Zero Install .NET currently uses a backtracking dependency solver. For more complex dependency trees it shells out to the SAT Solver provided by the OCaml version of Zero Install.
For better performance and portability we'd like to use an in-process .NET SAT Solver instead. We can use the library NanoByte.SatSolver as a basis.
Further reading:
The text was updated successfully, but these errors were encountered: