Skip to main content

mk_bv_sort

Function mk_bv_sort 

Source
pub unsafe extern "C" fn mk_bv_sort(
    tm: *mut TermManager,
    size: u32,
) -> Sort
Expand description

Create a bit-vector sort. @param tm The term manager instance. @param size The bit-width of the bit-vector sort. @return The bit-vector sort.