skip to navigation
skip to content

boolopt 1.0

Boolean expression minimizer

Latest Version: 1.1

This module optimizes propositional logic ("boolean expressions", in programming language terms). Given an AST in the form of tagged tuples, it produces an equivalent disjunctive-normal formula that is minimal.

For the curious and bored, it uses the Quine-McCluskey algorithm.

Log in to rate this package.