Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDD 3 #239

Merged
merged 6 commits into from
Jan 11, 2024
Merged

CUDD 3 #239

merged 6 commits into from
Jan 11, 2024

Conversation

davexparker
Copy link
Member

Upgrade CUDD to (modified) version 3.0.0.

Stored at: https://github.com/prismmodelchecker/cudd/

This is newer code, with various compiler warnings now fixed.

The CUDD install is now autoconf based.

* Only need to link to libcudd, not libutil etc.
* Use Cudd_NodeReadIndex to access DdNode->index
* Need cuddInt.h to access internals, e.g., node ref count
This is done by calling custom scripts: install.sh and clean.sh in ../cudd.
The former takes some flags and passes them onto the configure script.
We also remove some flags/defines that were only ever needed for passing to CUDD.
* Update flags passed to Makefile.
* Update install script - works on non-bash shells.
@davexparker davexparker merged commit b75e64c into prismmodelchecker:master Jan 11, 2024
9 checks passed
@davexparker davexparker deleted the cudd-3.0.0 branch January 11, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant