pub unsafe extern "C" fn Z3_mk_bvsub_no_underflow(
    c: Z3_context,
    t1: Z3_ast,
    t2: Z3_ast,
    is_signed: bool
) -> Z3_ast
Expand description

Create a predicate that checks that the bit-wise subtraction of t1 and t2 does not underflow.

The nodes t1 and t2 must have the same bit-vector sort.