Skip to content

Commit

Permalink
Merge pull request Bram-Hub#800 from B-McCusker56/binary
Browse files Browse the repository at this point in the history
Added final rule images, adjusted naming conventions for rule images,…
  • Loading branch information
B-McCusker56 authored Apr 12, 2024
2 parents 10efd8b + 51b5646 commit 5d9064a
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public DuplicateRowsOrColumnsContradictionRule() {
super("BINA-CONT-0003",
"Duplicate Rows Or Columns",
"There must not be two rows or two columns that are duplicates",
"edu/rpi/legup/images/binary/rules/DuplicateRowsContradictionRule.png");
"edu/rpi/legup/images/binary/rules/DuplicateRowOrColumnContradictionRule.png");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public ThreeAdjacentContradictionRule() {
super("BINA-CONT-0001",
"Three Adjacent",
"There must not be three adjacent zeros or three adjacent ones in a row or column",
"edu/rpi/legup/images/binary/rules/ThreeAdjacentZerosContradictionRule.png");
"edu/rpi/legup/images/binary/rules/ThreeAdjacentContradictionRule.png");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public UnbalancedRowOrColumnContradictionRule() {
super("BINA-CONT-0002",
"Unbalanced Row Or Column",
"Each row or column must contain an equal number of zeros and ones",
"edu/rpi/legup/images/binary/rules/UnbalancedRowContradictionRule.png");
"edu/rpi/legup/images/binary/rules/UnbalancedRowColumnContradictionRule.png");
}

@Override
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 5d9064a

Please sign in to comment.