Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 662 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 662 Bytes

ODDs

A C++ library for Ordered Decision Diagrams.

Build instructions

CMake build system is required to build the project. After cloning the submodules, build the project with the following commands.

$ cd build/
$ cmake ..
$ make

You can also run tests with the following command.

$ make test

Building documentation

The header files are provided with Doxygen documentation. To build it, install Doxygen and type

$ doxygen Doxyfile

The home page of documentation will be available at doc/html/index.html.

Contributors

See the Contributors.md file.