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

Add missing QF_BV functions #18

Open
Robbepop opened this issue Mar 11, 2019 · 0 comments
Open

Add missing QF_BV functions #18

Robbepop opened this issue Mar 11, 2019 · 0 comments
Labels
A-bitvec Task operating on the stevia_bitvec crate in isolation. B-enhancement An enhancement or new feature. D-easy A task that is considered to be simple to implement.

Comments

@Robbepop
Copy link
Owner

The new stevia_bitvec crate and its provided Bitvec implementation is still missing some core QF_BV functions. Namely, bvcomp with proper error handling (not panicking), rotate_left and rotate_right (supported in the upcoming apint version 0.3), and repeat.

For more information visit this page: http://smtlib.cs.uiowa.edu/logics-all.shtml#QF_BV

@Robbepop Robbepop added B-enhancement An enhancement or new feature. D-easy A task that is considered to be simple to implement. A-bitvec Task operating on the stevia_bitvec crate in isolation. labels Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bitvec Task operating on the stevia_bitvec crate in isolation. B-enhancement An enhancement or new feature. D-easy A task that is considered to be simple to implement.
Projects
None yet
Development

No branches or pull requests

1 participant