Function Z3_mk_unsigned_int

Source
pub unsafe extern "C" fn Z3_mk_unsigned_int(
    c: Z3_context,
    v: c_uint,
    ty: Z3_sort,
) -> Z3_ast
Expand description

Create a numeral of a int, bit-vector, or finite-domain sort.

This function can be use to create numerals that fit in a machine unsigned integer. It is slightly faster than Z3_mk_numeral since it is not necessary to parse a string.

ยงSee also: