Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nervonment committed Jun 14, 2024
1 parent 1637e39 commit 5ddd062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/techniques/naked_subsets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ where
self.0 = naked_subset(k, state, |r, c| (c, r)).map(
|(house, cells, nums, removes)| NakedSubsetInfo {
k,
house: House::Row(house),
house: House::Column(house),
cells,
nums,
removes,
Expand Down

0 comments on commit 5ddd062

Please sign in to comment.