Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Tests for BulbsInPath, CannotLightACell, TooFewBulbs, and TooManyBulbs Contradiction Rules #506

Merged
merged 21 commits into from
Apr 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reverted JavaDocs
  • Loading branch information
Corppet authored Apr 4, 2023
commit 12e3bcd497dc288f209d300c10141c4e77654a71
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 59,7 @@ public String checkRuleRawAt(TreeTransition transition, PuzzleElement puzzleElem
* Determines whether the specified cell is forced to be a bulb or not
*
* @param board the entire board
* @param cell specified cell
* @param cell specified cell
* @return whether cell is forced to be a bulb or not
*/
private boolean isForced(LightUpBoard board, LightUpCell cell) {
Expand Down