https://github.com/phadej/boolean-normal-forms
Boolean normal forms: NNF, DNF & CNF
https://github.com/phadej/boolean-normal-forms
Last synced: 9 months ago
JSON representation
Boolean normal forms: NNF, DNF & CNF
- Host: GitHub
- URL: https://github.com/phadej/boolean-normal-forms
- Owner: phadej
- License: mit
- Created: 2014-05-10T16:59:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T09:11:43.000Z (over 2 years ago)
- Last Synced: 2025-01-31T12:11:12.965Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Boolean normal forms
[](https://travis-ci.org/phadej/boolean-normal-forms)
This library provides types that might be useful in symbolic manipulation of propositional logic expressions.
## Features
- **CNF** (list and set)
- **DNF** (list and set)
- **NNF** (tree and set)
- FreeBoolean type useful in testing
Distributed under MIT license
© Oleg Grenrus 2014