Add missing QF_BV functions #18
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.
The new
stevia_bitvec
crate and its providedBitvec
implementation is still missing some coreQF_BV
functions. Namely,bvcomp
with proper error handling (not panicking),rotate_left
androtate_right
(supported in the upcomingapint
version0.3
), andrepeat
.For more information visit this page: http://smtlib.cs.uiowa.edu/logics-all.shtml#QF_BV
The text was updated successfully, but these errors were encountered: