Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 testing

Distributed under MIT license
© Oleg Grenrus 2014