porglezomp-misc / boolean_expression

A Rust library for manipulating and evaluating Boolean expressions and BDDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boolean_expression: a small Rust crate for Boolean expressions and BDDs

Build Status

This crate provides for the manipulation and evaluation of Boolean expressions and Binary Decision Diagrams (BDDs), the construction of BDDs from Boolean expressions, and the construction of Boolean expressions from BDDs (via a simple cubelist-based minimization algorithm). It also has a very simple identity-based Boolean expression simplifier, though the cubelist-based minimizer is more effective.

boolean_expression is Copyright (c) 2016 by Chris Fallin <cfallin@c1f.net> and is released under the MIT license. See LICENSE for details.

Documentation: here

Crates.io: here

About

A Rust library for manipulating and evaluating Boolean expressions and BDDs

License:MIT License


Languages

Language:Rust 98.9%Language:Shell 1.1%