Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

BuDDy BDD package (with CMake support)

License

NotificationsYou must be signed in to change notification settings

SSoelvsten/buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuDDy is a BDD package originaly created by Jørn Lind-Nielsen[Lind-Nielsen99]. This repository is a continuation ofjgcoded/BuDDy (now archived) which addsCMake support for easy modern compilation and integration into your project.

Preface

BuDDy was originally developed by Jorn Lind-Nielsen as a part of his PhD thesis.After using BuDDy as a BDD library for long time (while getting some supportfrom Jorn through email), I have been suggested by Jorn to take ownership of theproject and move it to SourceForge. I invite all users who are interested toparticipate in the development to contact me. (I always have desired tasks /features awaiting...) I hope that BuDDy will prosper under my management.

--Haim Cohen (haimcohen@users.sourceforge.net)

Table of Contents

Getting Started

To use this repository in your project, clone it into your folder of externaldependencies. If your project already is a Git repository, then add this asa submodule.

git submodule add https://github.com/SSoelvsten/buddy external/buddygit submodule update --init

Include the following line in your project’sCMakeLists.txt.

add_subdirectory (external/buddy buddy)

Finally, you link your executable target toBuDDy in the CMakeLists.txt file as follows.

add_executable(<target> <source.cpp>)target_link_libraries(<target> buddy)

References

  • [Lind-Nielsen99]Jørn Lind-Nielsen. “BuDDy: A binary decision diagram package”. Technicalreport,Department of Information Technology, Technical University ofDenmark, 1999.

About

BuDDy BDD package (with CMake support)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp