-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I.e. now the 0th bit corresponds to 'z' and the 51st bit corresponds to 'A' if every letter is used. This allows us to display each atomic in alphabetical order in a truth table yet still have the rows count up as if they were a binary number (i.e. {0-0, 0-1, 1-0, 1-1} order instead of {0-0, 1-0, 0-1, 1-1}, which is what it was before), yet still be able to iterate through all the truth value sets via incrementing Truth.Val.
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters