florian1345 / sudoku-variants

A flexible Sudoku engine for Rust that supports common variations and custom rules.
Other
4 stars 3 forks source link

Multithreaded backtracking #44

Open florian1345 opened 3 years ago

florian1345 commented 3 years ago

Improve the performance of backtracking by evaluating multiple branches in parallel.