Coder Social home page Coder Social logo

buddy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

buddy's Issues

bug in reorder.c

reorder.c:1629
if (!bdd_reorder_ready)
return;

Here bdd_reorder_ready() is a function so bdd_reorder_ready is a function address which is trivially true. I believe the code should be:

if (!(bdd_reorder_ready()))
return;

CMake project name and linking

I have the following two pet peeves with this CMake integration, which otherwise seems to work flawlessly.

  1. I'm currently implementing a collection of comparable benchmarks of different BDD libraries, so I'm currently writing code for CUDD, BuDDy and Sylvan and at some point maybe others. The project name is bdd, which is quite generic, which luckily does not create any conflicts, but I see no reason to begin asking for trouble.

    I cannot do as follows

    add_subdirectory (external/BuDDy buddy)
    

    and then

    target_link_libraries(buddy_queens buddy)
    

    but have to use bdd rather than buddy.

  2. I'm furthermore puzzled by the need to directly link to the source code folder for BuDDy rather than everything is taken care of by the add_subdirectory call. Instead to compile an example I have to do

    add_executable(buddy_queens buddy_queens.cpp)
    target_include_directories(buddy_queens PRIVATE ../external/BuDDy/src)
    target_link_libraries(buddy_queens bdd)
    

linking problem

hello

I have problem when I install this library

I download the library and save it in C:/ directory

then I open the command prompt and cd to library directory

the I typed ./configure then I have these problems and make does not work
unable to guess system type
can not guess build type you must specify yourself
I think the problem with config.guess but I have no idea how to solve it

do you have any idea ??

thank you

cannot open input file'm.lib'

I have attempted to build buddy using cmake and visual studio 2015 and received the following error: cannot open input file 'm.lib' . Do you have any idea what is causing this problem?

Cheers,
Andrew Lawrence

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.