Skip to main content

Boolean Expressions

Project description

https://travis-ci.org/cjdrake/boolexpr.svg?branch=master

BoolExpr is a C++ library for symbolic Boolean algebra.

Read the docs!

System Dependencies

This code is known to compile on Ubuntu Trusty Linux. Install the following dependencies:

sudo apt-get install -y build-essential cmake doxygen

Getting Started

To get started using the code, first clone the repository and its third_party dependencies:

git clone --recursive https://github.com/cjdrake/boolexpr
cd boolexpr

Create a local build directory, and run cmake:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Coverage ..
make

Run Tests

After the dependencies have been built, to run the functional test suite:

make do_test

To collect code coverage data:

make cover

The coverage report will be in build/html/index.html.

Build Documentation

The documentation uses Doxygen and Sphinx. To build the html version:

pip install sphinx
make pyhtml

The documentation will be in build/python/build/sphinx/html/index.html.

Contributing

If you have some idea you would like to see realized, please email me.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

boolexpr-2.4.zip (15.7 MB view hashes)

Uploaded Source

boolexpr-2.4.tar.gz (9.1 MB view hashes)

Uploaded Source

Built Distributions

boolexpr-2.4-cp35-cp35m-win_amd64.whl (151.7 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

boolexpr-2.4-cp35-cp35m-manylinux1_x86_64.whl (2.9 MB view hashes)

Uploaded CPython 3.5m

boolexpr-2.4-cp35-cp35m-macosx_10_6_intel.whl (372.8 kB view hashes)

Uploaded CPython 3.5m macOS 10.6+ intel

boolexpr-2.4-cp34-cp34m-manylinux1_x86_64.whl (2.9 MB view hashes)

Uploaded CPython 3.4m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page