Giter Club home page Giter Club logo

hermesbdd's Introduction

HermesBDD

License: MIT codecov Unix Status Windows Status

HermesBDD is a novel multi-core and multi-platform binary decision diagrams package focused on high performance and usability. HermesBDD supports a static and dynamic memory management mechanism, the possibility to exploit lock-free hash tables, and a simple parallel implementation of the ITE procedure based on a higher-level wrapper for threads and futures.

For more information, progress reports, and more, please visit the HermesBDD home page.

Dependencies

HermesBDD has the following dependencies:

  • CMake (mandatory), for compiling;
  • Sphinx (optional), for documentation generation.

For further information about CMake and Sphinx, check the following 1 and 2 documentation pages, respectively.

Building

The library is tested for compilation using GCC (minimum required: 10.2), Clang (minimum required: 11.0), and MSVC (minimum required: 19.20). To build the library from sources in a clean way, it is preferable that you set up a build subdirectory, say:

$ mkdir build && cd build

Then, you can prepare the built environment, choosing a Release build for maximum performance:

$ cmake .. -DCMAKE_BUILD_TYPE=Release

At this point, if no error arises, you can build with:

$ cmake --build .

To install the library globally from built sources, you must do:

$ cmake --build . --target install

using sudo if you require administrator privileges for a Linux installation. Please note that the installation will build the whole distribution beforehand, hence it is preferable that you first build the other targets without administrator privileges, build the install target.

To find the installed library under Ubuntu, you may need to set the LD_LIBRARY_PATH in the .bashrc file of your home directory:

export LD_LIBRARY_PATH=/usr/local/lib

CMake options

Available options are:

CMake Option Description Default Value
NO_CACHE Do not use cache OFF
NO_THREAD Do not use thread OFF
NO_DYNMEM Do not use dynamic memory allocation OFF
COVERAGE Enable coverage reporting OFF

Contribution guidelines

HermesBDD is not yet feature-complete, and there are still many interesting things left for you to do. So, this project welcomes contributions and suggestions. If you would like to contribute to HermesBDD, or do an internship or thesis, please contact the authors.

License

The software files in this repository are provided under the MIT License.

Authors

Luigi Capogrosso, Luca Geretti, Marco Cristani, Franco Fummi, Tiziano Villa

Department of Computer Science, University of Verona, Italy

[email protected]

Citation

If you use HermesBDD, please, cite the following paper:

@inproceedings{capogrosso2023hermesbdd,
  title={HermesBDD: A Multi-Core and Multi-Platform Binary Decision Diagram Package},
  author={Capogrosso, Luigi and Geretti, Luca and Cristani, Marco and Fummi, Franco and Villa, Tiziano},
  booktitle={2023 26th International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS)},
  pages={87--90},
  year={2023},
  organization={IEEE}
}

hermesbdd's People

Contributors

luigicapogrosso avatar lgeretti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.