Skip to content

A Binary Decision Diagram (BDD) package implementation for a class project.

Notifications You must be signed in to change notification settings

vitorroriz/BDDlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a class project, developed by Felipe Prado, Luiz Maia and me (Vitor Roriz). We have implemented a ROBDD package for a given interface.

VDS Class Project - Reduced Order Binary Decision Diagram Package (ROBDD)

Intro

This project implements a ROBDD package in C++.

Compiling

  • First create a build folder under the package directory:
  • mkdir build
  • cd build
  • Now, once you are inside the build directory, enter the following commands to compile the package:
  • cmake ..
  • make

Running tests

  • Once you have compiled the package you have a binary file called ./VDSProject_test

About

A Binary Decision Diagram (BDD) package implementation for a class project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published