Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAT Solver #107

Open
bastianeicher opened this issue Aug 30, 2021 · 0 comments
Open

SAT Solver #107

bastianeicher opened this issue Aug 30, 2021 · 0 comments

Comments

@bastianeicher
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant