Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phadej/boolean-normal-forms
Boolean normal forms: NNF, DNF & CNF
https://github.com/phadej/boolean-normal-forms
Last synced: 27 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T10:33:04.000Z (over 3 years ago)
- Last Synced: 2023-04-10T08:21:24.195Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Boolean normal forms
[![Build Status](https://travis-ci.org/phadej/boolean-normal-forms.svg?branch=master)](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 testingDistributed under MIT license
© Oleg Grenrus 2014