We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I stumbled upon Resolver in your recent Discourse comment, in which you mention:
Unlike the current algorithm (or SAT solvers), which only finds one solution, it finds all Pareto-optimal solutions.
This reminded me of recent discussions on testing of lower-bound compat entries in JuliaLang/Pkg.jl#3802, where Pareto optimality also popped up.
Resolving lower compat bounds currently requires manual bisection. Could this package help here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I stumbled upon Resolver in your recent Discourse comment, in which you mention:
This reminded me of recent discussions on testing of lower-bound compat entries in JuliaLang/Pkg.jl#3802, where Pareto optimality also popped up.
Resolving lower compat bounds currently requires manual bisection. Could this package help here?
The text was updated successfully, but these errors were encountered: