Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separated RulesOfInference and Equivalence
- added NotOfNot Equivalence i.e. ~(~x) == x - added Complement Equivalence i.e. - x & ~x == False - x | ~x == True - Some refactoring
- Loading branch information