Skip to content

cuddorg/dddmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDDMP Library (BSD-3-Clause Licensed)

The DDDMP library provides a set of serialization and deserialization functions for decision diagrams using the CUDD library.

This repository contains the DDDMP source code as originally released in the CUDD 3.0.0 bundle. While the code was previously distributed under a non-free educational license, it is now available under the BSD-3-Clause license through this repository.

Build and Install

To build and install the library:

# Configure the project using CMake
cmake -B build

# Build the library
cmake --build build

# Install the library to the specified prefix (e.g., /usr/local)
cmake --install build --prefix /usr/local

About

Functions to read in and write out BDDs, ADDs, and CNF formulas from and to files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published