Function z3_sys::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 unsinged integer. It is slightly faster than Z3_mk_numeral since it is not necessary to parse a string.

See also: