An open API service indexing awesome lists of open source software.

https://github.com/ahamez/libsdd

A generic C++14 library for Hierarchical Set Decision Diagrams.
https://github.com/ahamez/libsdd

cpp14 decision-diagrams

Last synced: about 2 months ago
JSON representation

A generic C++14 library for Hierarchical Set Decision Diagrams.

Awesome Lists containing this project

README

        

# Presentation

`libsdd` is a C++11 library to handle [Hierarchical Set Decision Diagrams](https://www.researchgate.net/publication/220703325_Hierarchical_Decision_Diagrams_to_Exploit_Model_Structure) [1].

[1] Couvreur JM., Thierry-Mieg Y. (2005) Hierarchical Decision Diagrams to Exploit Model Structure. In: Wang F. (eds) Formal Techniques for Networked and Distributed Systems - FORTE 2005. FORTE 2005. Lecture Notes in Computer Science, vol 3731. Springer, Berlin, Heidelberg

# Installation

It's a header-only library, you just need to set the include directory path.