florian1345 / sudoku-variants

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

Killer Constraint #49

Closed florian1345 closed 3 years ago

florian1345 commented 3 years ago

Implemented the killer constraint, including test cases. Changed RevertInfo's ownership to be transferred to the constraint in revert(...).