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

Basic under/over approximation operations. #13

Open
daemontus opened this issue May 29, 2021 · 1 comment
Open

Basic under/over approximation operations. #13

daemontus opened this issue May 29, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@daemontus
Copy link
Member

An over/under approximation of a BDD can be easily obtained by erasing the smallest cube. Other heuristics can be considered as well, for example the cube can be pseudo-randomly selected (probably with some weight given to the size of the cube). This reduces the size of a BDD while minimising loss of information, which is useful for approximative techniques.

@daemontus daemontus added this to the 0.3.0 milestone May 29, 2021
@daemontus
Copy link
Member Author

This does not seem to be as simple as expected. We definitely need some further research into such algorithms and hence push it to 0.4.0.

@daemontus daemontus modified the milestones: 0.3.0, 0.4.0 Aug 30, 2021
@daemontus daemontus changed the title Basic under/over approximation operations Basic under/over approximation operations. Aug 30, 2021
@daemontus daemontus added the enhancement New feature or request label Aug 30, 2021
@daemontus daemontus modified the milestones: 0.4.0, 1.0.0 May 3, 2022
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