Pradyun Gedam
Pradyun Gedam
Using the number of available candidates for a requirement, to determine the order of exploration, sounds like a reasonable default to me.
suggestion: it might also be worth looking into https://github.com/CocoaPods/Molinillo and how CocoaPods uses it's "generic dependency algorithm".
\You can adapt the automation for CI + lint + release + flit setup from [vendoring](https://github.com/pradyunsg/vendoring). If you wanna build the distribution and upload from CI, that's something I'm gonna...
And, one (nice?) thing about the separation of concerns in this API design, is that the optimization can/should happen on the Provider side, which is best positioned to correctly identify...
I'm honestly a little concerned with the delegating that we're doing in our implementation, since it feels like more refactoring work later to cleanup responsibilities. But, yea, it's not a...
@uranusjr Anything needed here now?
See https://github.com/sarugaku/resolvelib/issues/76#issuecomment-793723398
I'd prefer to bump to 1.0 instead of that -- if people start caring about API stability, I guess that's a good point to switch over to 1.0. :)
IIUC, This is essentially the CDCL style behaviour - I'm not a 100% sure I understand how we'd phrase that in terms of criterion-based model we have here, but I'm...
Whoops! I should've used more words, and communicated more clearly. Here's my attempt at describing CDCL in simpler terms: > remembering about "things that conflict", so that it knows when...