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

BddValuation as BitVector in std-lib #2

Closed
daemontus opened this issue Feb 7, 2020 · 1 comment
Closed

BddValuation as BitVector in std-lib #2

daemontus opened this issue Feb 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@daemontus
Copy link
Member

daemontus commented Feb 7, 2020

Currently, BddValuation is just a fix-length vector of boolean values. This is a very common data structure, also called bitvector. We need to consider adding bitvector support directly to biodivine standard library and then just using bitvectors.

Related to #1.

@daemontus daemontus added the enhancement New feature or request label Feb 7, 2020
@daemontus
Copy link
Member Author

At the moment, biodivine-stdlib will most likely not be used in this library and overall, a vector of Booleans is fast/efficient enough as a backing data structure. So closing this for now. If there is sufficient reason to assume a large amount of valuations is used so that a more compact memory representation is necessary, we can talk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant