Function z3_sys::Z3_mk_int

source ·
pub unsafe extern "C" fn Z3_mk_int(
    c: Z3_context,
    v: c_int,
    ty: Z3_sort
) -> Z3_ast
Expand description

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

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

See also: