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
Relax Possibility to Clone and add opt-in parallel search
- Problem::Possibility now only requires Clone instead of Copy. Every
Copy type is already Clone, so this is backward compatible for all
existing implementations, while also allowing heap-backed decision
types.
- Add an opt-in `parallel` feature (optional rayon dependency) with a
new parallel_solutions function: it fans out the independent
branches rooted at each top-level possibility across threads, each
branch still walked sequentially by the existing Solutions iterator.
Solutions::new and its bounds are untouched.
- CI now also runs the test suite with --features parallel.
- README documents both additions and their rationale.
- Ignore GENERICITY.md (private working notes, not meant to be
tracked).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments